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
...