You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving to the Client>Installation page for a WS-Fed Client will result in a clearly broken page with the template exposed instead of having a normal page from which the installation details may be obtained.
A workaround is available, as the necessary information can be obtain with the https://<address:port>/auth/realms/<Realm name>/protocol/<protocol type>/descriptor URL.
This should however be corrected so that the information can be obtained as for clients of the other protocols.
The text was updated successfully, but these errors were encountered:
Support for SAML 1.1 tokens
* Applies for WS-Fed for both WS-Fed clients (with Keycloak as STS/IDP) and WS-Fed identity providers (with Keycloak as identity broker).
* "Keycloak as STS/IDP" side of the code has been reviewed and been shown to work. There is a minor problem with the installation template. An [issue](#5) has been opened for the problem.
* "Keycloak as Identity Broker" side of the WS-Fed code doesn't currently seem to be functioning correctly, but code analysis and tests indicate that the problem doesn't lie in the code introduced for the SAML 1.1 tokens. An [issue](#6) has been opened for the problem.
Moving to the Client>Installation page for a WS-Fed Client will result in a clearly broken page with the template exposed instead of having a normal page from which the installation details may be obtained.
A workaround is available, as the necessary information can be obtain with the
https://<address:port>/auth/realms/<Realm name>/protocol/<protocol type>/descriptor
URL.This should however be corrected so that the information can be obtained as for clients of the other protocols.
The text was updated successfully, but these errors were encountered: