Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Migration] Behaviour change with SAML NameID format value #23200

Open
SujanSanjula96 opened this issue Feb 21, 2025 · 0 comments
Open

[Migration] Behaviour change with SAML NameID format value #23200

SujanSanjula96 opened this issue Feb 21, 2025 · 0 comments

Comments

@SujanSanjula96
Copy link
Contributor

SujanSanjula96 commented Feb 21, 2025

Description

Prior to IS 7.0.0, NameID format value of a SAML app is returned with / as the separator instead of : in API
response despite it is returned properly with : in SAML assertions. With IS 7.1.0, the inconsistency of NameID format
value is fixed to return with : in API response as well.

If the previous behavior is desired, it can be preserved by adding the following configuration to the deployment.toml
file.

[saml]
return_valid_name_id_format = false

Migration issue for #21826

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant