Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,13 @@ Use the latest stable Chrome browser.
* You have {FreeIPA} authentication configured in your {Project} environment.
For more information, see xref:configuring-kerberos-sso-with-{FreeIPA-context}-in-{project-context}[].
* The host on which you are using Chrome is a client in the {FreeIPA} domain.
* Your Chrome browser is configured for Single Sign-On (SSO).
ifdef::satellite[]
For more information, see https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/accessing_identity_management_services/index#configuring-the-browser-for-kerberos-authentication-login-web-ui-krb[Configuring the browser for Kerberos authentication] in _Accessing Identity Management services in {RHEL}{nbsp}9_.
endif::[]

.Procedure
. To use Kerberos authentication to log in:
.. Enable the Chrome browser to use Kerberos authentication:
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
$ google-chrome --auth-server-whitelist="\*._example.com_" --auth-negotiate-delegate-whitelist="*._example.com_"
----
+
[NOTE]
====
Instead of allowlisting the whole domain, you can also allowlist a specific {ProjectServer}.
====
.. Obtain the Kerberos ticket-granting ticket (TGT):
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
Expand Down
Loading