keycloak-scim/docs/documentation/securing_apps/topics/saml/java/MigrationFromOlderVersions.adoc
Alexander Schwartz 4dcb819c06 Moving docs to new folder
CIAM-5056
2023-03-20 09:07:58 +01:00

11 lines
434 B
Text

==== Migration from older versions
===== Migrating to 1.9.0
====== SAML SP Client Adapter changes
Keycloak SAML SP Client Adapter now requires a specific endpoint, `/saml` to be registered with your IdP.
The SamlFilter must also be bound to /saml in addition to any other binding it has.
This had to be done because SAML POST binding would eat the request input stream and this would be really bad for clients that relied on it.