-
Notifications
You must be signed in to change notification settings - Fork 0
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
#1 - Allow multiple idp's with the same metadatalink #2
Conversation
Entryid is not unique. Could result in same idp's entryid would only show last.
Oversight on inital changes, resulting in rows not being deleted, as expected when updating idp's
When saving on /admin/settings.php?section=authsettingsaml2 it does not map them to the old rows, causing new rows to be inserted and old ones to get wiped. This causes a reset to default for settings stored in auth_saml2_idps table. classes/admin/setting_idpmetadata.php:158 is inconsistent with classes/admin/setting_idpmetadata.php:93 and database id can't be used for mapping here. |
Mapping should be fixed now. |
Tested via show and tell with: JRM |
Fix for #1
Notable changes:
entityid
to unique database fieldid