Fix links
This commit is contained in:
parent
c1421d8350
commit
ad00304b12
2 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ For easier testing with Kerberos, we provided some example setups to test.
|
|||
|
||||
===== {project_name} and FreeIPA docker image
|
||||
|
||||
Once you install https://www.docker.com/[docker], you can run docker image with http://www.freeipa.org/page/Main_Page[FreeIPA] server installed.
|
||||
Once you install https://www.docker.com/[docker], you can run docker image with FreeIPA server installed.
|
||||
FreeIPA provides integrated security solution with MIT Kerberos and 389 LDAP server among other things . The image provides also {project_name}
|
||||
server configured with LDAP Federation provider and enabled SPNEGO/Kerberos authentication against the FreeIPA server.
|
||||
See details https://github.com/mposolda/keycloak-freeipa-docker/blob/master/README.md[here] .
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
{project_name} also comes with a built-in https://fedoraproject.org/wiki/Features/SSSD[SSSD] (System Security Services Daemon) plugin. SSSD is part of the latest Fedora or Red Hat Enterprise Linux and provides access to multiple identity and authentication providers. It provides benefits such as failover and offline support. To see configuration options and for more information see https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/sssd[the Red Hat Enterprise Linux Identity Management documentation].
|
||||
|
||||
SSSD also integrates with the http://www.freeipa.org/page/Main_Page[FreeIPA identity management (IdM)] server, providing authentication and access control. For {project_name}, we benefit from this integration authenticating against http://tldp.org/HOWTO/User-Authentication-HOWTO/x115.html[PAM] services and retrieving user data from SSSD. For more information about using Red Hat Identity Management in Linux environments, see https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/linux_domain_identity_authentication_and_policy_guide/index[the Red Hat Enterprise Linux Identity Management documentation].
|
||||
SSSD also integrates with the FreeIPA identity management (IdM) server, providing authentication and access control. For {project_name}, we benefit from this integration authenticating against http://tldp.org/HOWTO/User-Authentication-HOWTO/x115.html[PAM] services and retrieving user data from SSSD. For more information about using Red Hat Identity Management in Linux environments, see https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/linux_domain_identity_authentication_and_policy_guide/index[the Red Hat Enterprise Linux Identity Management documentation].
|
||||
|
||||
image:{project_images}/keycloak-sssd-freeipa-integration-overview.png[]
|
||||
|
||||
|
@ -17,7 +17,7 @@ Information on how to configure the FreeIPA/IdM server follows.
|
|||
|
||||
==== FreeIPA/IdM Server
|
||||
|
||||
As a matter of simplicity, a https://www.freeipa.org/page/Docker[FreeIPA Docker image] already available is used. To set up a server, see the https://www.freeipa.org/page/Quick_Start_Guide[FreeIPA documentation].
|
||||
As a matter of simplicity, a https://hub.docker.com/r/freeipa/freeipa-server/[FreeIPA Docker image] already available is used. To set up a server, see the https://www.freeipa.org/page/Quick_Start_Guide[FreeIPA documentation].
|
||||
|
||||
Running a FreeIPA server with Docker requires this command:
|
||||
|
||||
|
|
Loading…
Reference in a new issue