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

[17.0][IMP] auth_saml: user provisioning on login #695

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

Conversation

vincent-hatakeyama
Copy link
Contributor

@vincent-hatakeyama vincent-hatakeyama commented Sep 25, 2024

  • custom message when response is too old
  • avoid using werkzeug.urls method, they are deprecated
  • add missing ondelete cascade when user is deleted
  • attribute mapping is now also duplicated when the provider is duplicated
  • factorize getting SAML attribute value, allowing using subject.nameId in mapping attributes too

This is inspired by #655.

@vincent-hatakeyama vincent-hatakeyama changed the title [IMP] auth_saml: user provisioning on login [17.0][IMP] auth_saml: user provisioning on login Sep 25, 2024
@vincent-hatakeyama vincent-hatakeyama force-pushed the 17.0-auth_saml_imp_user_creation branch 2 times, most recently from e1b7d61 to 7ff1274 Compare October 1, 2024 11:53
- custom message when response is too old
- avoid using werkzeug.urls method, they are deprecated
- add missing ondelete cascade when user is deleted
- attribute mapping is now also duplicated when the provider is duplicated
- factorize getting SAML attribute value, allowing using subject.nameId in mapping attributes too
@vincent-hatakeyama vincent-hatakeyama marked this pull request as ready for review October 1, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant