Commit 727e1608 authored by Kati Paizee's avatar Kati Paizee Committed by Fiona Neill

Add openid-configuration URL for configuring OpenID Connect clients

parent 1486aa2c
...@@ -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