IdentityPython / SATOSA

Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2)
https://idpy.org
Apache License 2.0
197 stars 121 forks source link

doc: fix name_id_format vs name_id_policy_format ambiguity #416

Closed bajnokk closed 1 year ago

bajnokk commented 1 year ago

After 0c1873da1 in pysaml2, the ambiguity between the format in the of the and the in the metadata has been resolved. This change provides a followup in the SATOSA documentation and example.

Fixes: #415

All Submissions:

c00kiemon5ter commented 1 year ago

Thank you Kristof!