keycloak-scim/services/src/main/java/org/keycloak/protocol
Hynek Mlnarik 65b269cd54 KEYCLOAK-3731 Provide functionality for IdP-initiated SSO for broker
A SAML brokered IdP can send unsolicited login response to the broker.
This commit adds a new GET/POST endpoint under [broker SAML
endpoint]/clients/{client_id}. Broken will respond to  submission to
this new endpoint by looking up a SAML client with URL name equal to
client_id, and if found, it performs IdP-initiated SSO to that client.
2016-11-28 13:54:04 +01:00
..
oidc KEYCLOAK-3881 Fix login status iframe with * origin 2016-11-18 12:50:52 +01:00
saml KEYCLOAK-3731 Provide functionality for IdP-initiated SSO for broker 2016-11-28 13:54:04 +01:00
AuthorizationEndpointBase.java KEYCLOAK-3635 Not possible to filter debug/trace logging 2016-10-17 16:12:14 +02:00
ProtocolMapperUtils.java refactor mongo entities, optimize imports 2016-09-28 15:25:39 -04:00
RestartLoginCookie.java KEYCLOAK-3635 Not possible to filter debug/trace logging 2016-10-17 16:12:14 +02:00