2016-06-02 16:07:45 +00:00
|
|
|
==== Migration from older versions
|
|
|
|
|
|
|
|
===== Migrating to 1.9.0
|
|
|
|
|
|
|
|
====== SAML SP Client Adapter Changes
|
|
|
|
|
2017-02-03 22:14:17 +00:00
|
|
|
Keycloak SAML SP Client Adapter now requires a specific endpoint, `/saml` to be registered with your IdP.
|
2016-06-02 16:07:45 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
|