Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Fazio <vfazio@xes-inc.com>2019-07-12 21:29:58 +0300
committerVincent Fazio <vfazio@xes-inc.com>2019-07-15 17:01:56 +0300
commit60e5f8db1a69719677b0c996f42231ec612b4af2 (patch)
treebcaa8fe81c8a08f0e4da786a93602f4326b5080b /doc/administration/auth
parent8594507c0db9d4470f84b516803c141f6699ec63 (diff)
Update OIDC troubleshooting language
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
Diffstat (limited to 'doc/administration/auth')
-rw-r--r--doc/administration/auth/oidc.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/auth/oidc.md b/doc/administration/auth/oidc.md
index 9f5814001e7..758501629af 100644
--- a/doc/administration/auth/oidc.md
+++ b/doc/administration/auth/oidc.md
@@ -162,9 +162,9 @@ If you're having trouble, here are some tips:
`https://accounts.google.com/.well-known/openid-configuration`.
1. The OpenID Connect client uses HTTP Basic Authentication to send the
- OAuth2 access token. For example, if you are seeing 401 errors upon
- retrieving the `userinfo` endpoint, you may want to check your OpenID
- Web server configuration. For example, for
+ OAuth2 access token if `client_auth_method` is not defined or if set to `basic`.
+ If you are seeing 401 errors upon retrieving the `userinfo` endpoint, you may
+ want to check your OpenID Web server configuration. For example, for
[oauth2-server-php](https://github.com/bshaffer/oauth2-server-php), you
may need to [add a configuration parameter to
Apache](https://github.com/bshaffer/oauth2-server-php/issues/926#issuecomment-387502778).