Skip to content

Commit

Permalink
bug in oauth2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Oct 18, 2024
1 parent ec0b5bd commit 75f53fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/security/oauth2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

include::../snippit_earlydoc.adoc[]

OliveTin supports OAuth2 for login with any OAuth2 compliant provider.
OliveTin supports OAuth2 for login with any OAuth2 compliant provider.

At the moment, username fetching is only supported on GitHub. More will be added soon, probably with the addition of OpenID Connect support.

```yaml
authOAuth2RedirectUrl: http://localhost:1337/oauth2/callback
authOAuth2RedirectUrl: http://localhost:1337/oauth/callback
authOAuth2Providers:
github:
clientId: 1234567890
Expand Down

0 comments on commit 75f53fa

Please sign in to comment.