KEYCLOAK-13727 Incorrect steps for rpms installation
This commit is contained in:
parent
5ab8c4064e
commit
ee6c7910c6
3 changed files with 8 additions and 8 deletions
|
@ -30,13 +30,13 @@ $ sudo subscription-manager repos --enable=jb-eap-{appserver_version}-for-rhel-8
|
|||
Install the {appserver_name} 7 adapters for OIDC using the following command at Red Hat Enterprise Linux 6, 7:
|
||||
|
||||
----
|
||||
$ sudo yum install eap7-keycloak-adapter-sso7_3
|
||||
$ sudo yum install eap7-keycloak-adapter-sso7_4
|
||||
----
|
||||
|
||||
or use following one for Red Hat Enterprise Linux 8:
|
||||
|
||||
----
|
||||
$ sudo dnf install eap7-keycloak-adapter-sso7_3
|
||||
$ sudo dnf install eap7-keycloak-adapter-sso7_4
|
||||
----
|
||||
|
||||
NOTE: The default EAP_HOME path for the RPM installation is /opt/rh/eap7/root/usr/share/wildfly.
|
||||
|
@ -73,7 +73,7 @@ $ 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 keycloak-adapter-sso7_3-eap6
|
||||
$ sudo yum install keycloak-adapter-sso7_4-eap6
|
||||
----
|
||||
|
||||
NOTE: The default EAP_HOME path for the RPM installation is /opt/rh/eap6/root/usr/share/wildfly.
|
||||
|
|
|
@ -30,13 +30,13 @@ $ sudo subscription-manager repos --enable=jb-eap-{appserver_version}-for-rhel-8
|
|||
Install the EAP 7 adapters for SAML using the following command:
|
||||
|
||||
----
|
||||
$ sudo yum install eap7-keycloak-saml-adapter-sso7_3
|
||||
$ sudo yum install eap7-keycloak-saml-adapter-sso7_4
|
||||
----
|
||||
|
||||
or use following one for Red Hat Enterprise Linux 8:
|
||||
|
||||
----
|
||||
$ sudo dnf install eap7-keycloak-adapter-sso7_3
|
||||
$ sudo dnf install eap7-keycloak-adapter-sso7_4
|
||||
----
|
||||
|
||||
NOTE: The default EAP_HOME path for the RPM installation is /opt/rh/eap7/root/usr/share/wildfly.
|
||||
|
@ -73,7 +73,7 @@ $ sudo subscription-manager repos --enable=jb-eap-6-for-rhel-<RHEL_VERSION>-serv
|
|||
Install the EAP 6 adapters for SAML using the following command:
|
||||
|
||||
----
|
||||
$ sudo yum install keycloak-saml-adapter-sso7_3-eap6
|
||||
$ sudo yum install keycloak-saml-adapter-sso7_4-eap6
|
||||
----
|
||||
|
||||
NOTE: The default EAP_HOME path for the RPM installation is /opt/rh/eap6/root/usr/share/wildfly.
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
:appserver_name: JBoss EAP
|
||||
:appserver_dirref: EAP_HOME
|
||||
:appserver_version: 7.2
|
||||
:appserver_version: 7.3
|
||||
|
||||
:appserver_doc_base_url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/{appserver_version}
|
||||
:appserver_config_guide_link: {appserver_doc_base_url}/html-single/configuration_guide
|
||||
|
|
Loading…
Reference in a new issue