Minor tweaks in SAML documentation
closes #33426 Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
parent
36d973c05f
commit
5218af1e79
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ The provision of the feature pack is done using the https://docs.wildfly.org/wil
|
|||
<feature-pack>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-saml-adapter-galleon-pack</artifactId>
|
||||
<version>25.0.2</version>
|
||||
<version>{version}</version>
|
||||
</feature-pack>
|
||||
</feature-packs>
|
||||
<layers>
|
||||
|
@ -58,7 +58,7 @@ The provision of the feature pack is done using the https://docs.wildfly.org/wil
|
|||
<feature-pack>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-saml-adapter-galleon-pack</artifactId>
|
||||
<version>25.0.2</version>
|
||||
<version>{version}</version>
|
||||
</feature-pack>
|
||||
</feature-packs>
|
||||
<layers>
|
||||
|
|
|
@ -8,7 +8,7 @@ summary="Using {project_name} SAML Galleon feature pack to secure applications i
|
|||
|
||||
The SAML adapter is distributed as a Galleon feature pack for wildfly 29 or newer. More details about the subject
|
||||
in the https://docs.wildfly.org/32/WildFly_Elytron_Security.html#Keycloak_SAML_Integration[WildFly documentation].
|
||||
The same option is provided for JBoss EAP 8 GA.
|
||||
The same option is provided for https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.0/html-single/using_single_sign-on_with_jboss_eap/index#securing-applications-with-saml_securing-applications-deployed-on-server-with-single-sign-on[JBoss EAP 8 GA].
|
||||
|
||||
For an example about how to integrate Keycloak with JakartaEE applications running on latest Wildfly/EAP, take a look at the `servlet-saml-service-provider` Jakarta folder in the https://github.com/keycloak/keycloak-quickstarts[Keycloak Quickstart GitHub Repository].
|
||||
|
||||
|
|
Loading…
Reference in a new issue