Skip to content
Snippets Groups Projects
Commit 2f354c7e authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Add note on changing endpoints

parent 4c49780b
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,11 @@ composer require simplesamlphp/simplesamlphp-module-ldap --update-no-dev
`metadata/saml20-idp-hosted.php` (or to the existing entityID when upgrading an existing installation).
If you are using a database to store metadata, make sure to replace any __DYNAMIC% entityID's with
a real value manually. Dynamic records are no longer loaded from the database.
- SAML endpoints have changed, meaning that a metadata exchange with your peers _could_ be necessary depending on
your configuration. If you are an IDP, you are fine, because the old endpoints still work and you can still
receive authentication requests there. If you're an SP, it is dependent on you IDPs.. For example, Azure AD is known
to break and will require a new metadata exchange. However, any SAML2INT compliant IDP should accept the new endpoint
out-of-the-box _if_ you are signing your authentication requests.
## Configuration changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment