Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
60e5f8db
Commit
60e5f8db
authored
Jul 12, 2019
by
Vincent Fazio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update OIDC troubleshooting language
Signed-off-by:
Vincent Fazio
<
vfazio@xes-inc.com
>
parent
8594507c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/auth/oidc.md
doc/administration/auth/oidc.md
+3
-3
No files found.
doc/administration/auth/oidc.md
View file @
60e5f8db
...
...
@@ -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
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment