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

Fix NameIdFormat policy naming to comply with PySaml2 #264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CodeGuro
Copy link

Pysaml2 uses the name_id_policy_format to configure the Saml2 NameId policy (page 50, 3.4.1.1 of the PDF). Corps like Okta require this field to be set to properly consume the dynamic server-generated Assertion Consumer Service URLs.

At the moment the NAME_ID_FORMAT is not respected by PySaml2 and is set to None regardless of what's set here. This change should make it comply again.

@CLAassistant
Copy link

CLAassistant commented Mar 11, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the no-pr-activity Stale action label Apr 26, 2024
@mostafa mostafa added work-in-progress Stale action and removed no-pr-activity Stale action labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work-in-progress Stale action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants