Skip to content

Commit

Permalink
Added some info about OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiceli committed Sep 25, 2023
1 parent 35297a2 commit c7a6b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Opengist can be configured to use OAuth to authenticate users, with GitHub, Gite
```yaml
oidc.client-key: <key>
oidc.secret: <secret>
# Discovery endpoint of the OpenID provider
# Discovery endpoint of the OpenID provider. Generally something like http:https://auth.example.com/.well-known/openid-configuration
oidc.discovery-url: http:https://auth.example.com/.well-known/openid-configuration
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ gitea.url: https://gitea.com/
# To create a new OAuth2 application using OpenID Connect:
oidc.client-key:
oidc.secret:
# Discovery endpoint of the OpenID provider
# Discovery endpoint of the OpenID provider. Generally something like http:https://auth.example.com/.well-known/openid-configuration
oidc.discovery-url:

0 comments on commit c7a6b05

Please sign in to comment.