Skip to content

fix(metadata): metadata order#106

Merged
IAM-marco merged 2 commits into
mainfrom
fix/5630-saml-metadata-order
Sep 4, 2025
Merged

fix(metadata): metadata order#106
IAM-marco merged 2 commits into
mainfrom
fix/5630-saml-metadata-order

Conversation

@IAM-marco
Copy link
Copy Markdown
Contributor

@IAM-marco IAM-marco commented Sep 3, 2025

Definition of Ready

  • I am happy with the code
  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • No debug or dead code
  • My code has no repetitions
  • Critical parts are tested automatically
  • Where possible E2E tests are implemented
  • Documentation/examples are up-to-date
  • All non-functional requirements are met
  • Functionality of the acceptance criteria is checked manually on the dev system.

Which problems are fixed

This change is addressing the issue zitadel/zitadel#5630 , specifically the part "Order of SAML attributes are non-compliant" .

How are problems are fixed

The change entails changing the order of the parameters of the 2 structs IDPSSODescriptorType and AttributeAuthorityDescriptorType according to what is described in https://groups.oasis-open.org/higherlogic/ws/public/download/51890/SAML%20MD%20simplified%20overview.pdf/latest and https://shibboleth.atlassian.net/wiki/spaces/CONCEPT/pages/928645275/MetadataForIdP

References

@IAM-marco IAM-marco merged commit b14d9d4 into main Sep 4, 2025
3 of 4 checks passed
@IAM-marco IAM-marco deleted the fix/5630-saml-metadata-order branch September 4, 2025 08:05
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 4, 2025

🎉 This PR is included in version 0.3.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

IAM-marco added a commit to zitadel/zitadel that referenced this pull request Sep 4, 2025
# Which Problems Are Solved

The change partially addresses
#5630 , specifically the part
about "Order of SAML attributes are non-compliant".

# How the Problems Are Solved

  - Upgrade of the zitadel SAML library

# Additional Context

- Partially addresses #5630
- Depends on zitadel/saml#106
livio-a pushed a commit to zitadel/zitadel that referenced this pull request Sep 8, 2025
# Which Problems Are Solved

The change partially addresses
#5630 , specifically the part
about "Order of SAML attributes are non-compliant".

# How the Problems Are Solved

  - Upgrade of the zitadel SAML library

# Additional Context

- Partially addresses #5630
- Depends on zitadel/saml#106

(cherry picked from commit 8cc79c1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants