Commit 7063e007 authored by Fiona Neill's avatar Fiona Neill

Merge branch 'kpaizee-cherry-pick-new-mr' into 'master'

Add openid-configuration URL for configuring OpenID Connect clients

See merge request gitlab-org/gitlab!76834
parents bb074096 727e1608
...@@ -33,6 +33,14 @@ Refer to the [OAuth guide](oauth_provider.md) for basic information on how to se ...@@ -33,6 +33,14 @@ Refer to the [OAuth guide](oauth_provider.md) for basic information on how to se
applications in GitLab. To enable OIDC for an application, all you have to do applications in GitLab. To enable OIDC for an application, all you have to do
is select the `openid` scope in the application settings. is select the `openid` scope in the application settings.
## Settings discovery
If your client allows importing OIDC settings from a discovery URL, you can use the following URL to automatically find the correct settings:
```plaintext
https://gitlab.example.com/.well-known/openid-configuration
```
## Shared information ## Shared information
The following user information is shared with clients: The following user information is shared with clients:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment