RHSSO-1197 for 7.2 release

This commit is contained in:
Matthew Helmke 2017-12-06 07:23:07 -06:00 committed by Stian Thorgersen
parent a6da7f5436
commit 1c4f792897

View file

@ -103,13 +103,13 @@ $ sudo subscription-manager repos --enable=jb-eap-7-for-rhel-<RHEL_VERSION>-serv
Install the EAP 7 adapters for OIDC using the following command:
----
$ sudo yum install eap7-keycloak-adapter
$ sudo yum install keycloak-adapter-sso7_2
----
Install the EAP 7 adapters for SAML using the following command:
----
$ sudo yum install eap7-keycloak-saml-adapter
$ sudo yum install keycloak-saml-adapter-sso7_2
----
NOTE: The default EAP_HOME path for the RPM installation is /opt/rh/eap7/root/usr/share/wildfly.
@ -163,13 +163,13 @@ $ sudo subscription-manager repos --enable=jb-eap-6-for-rhel-<RHEL_VERSION>-serv
Install the EAP 6 adapters for OIDC using the following command:
----
$ sudo yum install eap6-keycloak-adapter
$ sudo yum install eap6-keycloak-adapter-sso7_2-eap6
----
Install the EAP 6 adapters for SAML using the following command:
----
$ sudo yum install eap6-keycloak-saml-adapter
$ sudo yum install keycloak-saml-adapter-sso7_2-eap6
----
NOTE: The default EAP_HOME path for the RPM installation is /opt/rh/eap6/root/usr/share/wildfly.