Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Oct 18, 2024
1 parent e0f15a2 commit ec0b5bd
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 @@ -7,8 +7,8 @@ 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.

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

0 comments on commit ec0b5bd

Please sign in to comment.