diff options
author | qwerty287 <80460567+qwerty287@users.noreply.github.com> | 2021-11-28 14:28:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 21:28:30 +0800 |
commit | b1df89095163d8ce3eecfeb855e7f03f17b473c4 (patch) | |
tree | 4f1d80e46f9a433c4b69d615a3c5be3bbfd36823 /docs/content/doc/features/authentication.en-us.md | |
parent | 1fee11d69a437ec7e68b3f6b645827592fe77292 (diff) | |
download | gitea-b1df89095163d8ce3eecfeb855e7f03f17b473c4.tar.gz gitea-b1df89095163d8ce3eecfeb855e7f03f17b473c4.zip |
Docs: replace `gitea` with `Gitea` (#17838)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'docs/content/doc/features/authentication.en-us.md')
-rw-r--r-- | docs/content/doc/features/authentication.en-us.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/features/authentication.en-us.md b/docs/content/doc/features/authentication.en-us.md index b075d4a26d..8c43946100 100644 --- a/docs/content/doc/features/authentication.en-us.md +++ b/docs/content/doc/features/authentication.en-us.md @@ -282,12 +282,12 @@ Before activating SSPI single sign-on authentication (SSO) you have to prepare y - If you are using Chrome or Edge, add the URL of the web app to the Local intranet sites (`Internet Options -> Security -> Local intranet -> Sites`) -- Start Chrome or Edge and navigate to the FQDN URL of gitea (eg. `http://host.domain.local:3000`) +- Start Chrome or Edge and navigate to the FQDN URL of Gitea (eg. `http://host.domain.local:3000`) - Click the `Sign In` button on the dashboard and choose SSPI to be automatically logged in with the same user that is currently logged on to the computer - If it does not work, make sure that: - - You are not running the web browser on the same server where gitea is running. You should be running the web browser on a domain joined computer (client) that is different from the server. If both the client and server are running on the same computer NTLM will be preferred over Kerberos. + - You are not running the web browser on the same server where Gitea is running. You should be running the web browser on a domain joined computer (client) that is different from the server. If both the client and server are running on the same computer NTLM will be preferred over Kerberos. - There is only one `HTTP/...` SPN for the host - The SPN contains only the hostname, without the port - You have added the URL of the web app to the `Local intranet zone` |