-
Bug
-
Resolution: Done
-
Major
-
RH-SSO-7.2.0-Image, RH-SSO-7.2.3-Image
-
Keycloak Sprint 9, Keycloak Sprint 10, Keycloak Sprint 11, Keycloak Sprint 12, Keycloak Sprint 13, Keycloak Sprint 14
There is an issue with RH-SSO for Openshift documentation
It tells under section:
5.4. Example Workflow: Configuring OpenShift to use RH-SSO for Authentication
Add RH-SSO as a secondary identity provider with content similar to the following snippet:
- name: rh_sso
challenge: false
login: true
mappingInfo: add
Which is wrong
Should be with:
...
mappingMethod : add
...
instead of:
...
mappingInfo: add
...