Skip to content

Commit

Permalink
Update docs/docs/configuration/providers/openid_connect.md
Browse files Browse the repository at this point in the history
Co-authored-by: Koen van Zuijlen <[email protected]>
  • Loading branch information
tuunit and kvanzuijlen authored Jan 21, 2024
1 parent acb600b commit ec50a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/providers/openid_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Then you can start the oauth2-proxy with `./oauth2-proxy --config /etc/example.c
4. Make note of the `Client ID` and `Client secret`, they are needed in a future step
5. Make note of the **default** Authorization Server Issuer URI from: https://$\{your-okta-domain\}/admin/oauth2/as
6. Example config file `/etc/localhost.cfg`
```
```shell
provider = "oidc"
redirect_url = "http://localhost:4180/oauth2/callback"
oidc_issuer_url = "https://$\{your-okta-domain\}/oauth2/default"
Expand Down

0 comments on commit ec50a51

Please sign in to comment.