Skip to content

Commit

Permalink
docs: add info about oidc scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Apr 8, 2024
1 parent 4f960d4 commit 5aba7a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/guides/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ SERVER_OAUTH_CLIENT_SECRET="********"
SERVER_OAUTH_ISSUER_URL="https://accounts.google.com" # The URL of your OIDC provider
```

As of now, Ryot does not use any infomation from OIDC, so no scopes are required to be set.

Once these are set, restart your Ryot instance and you should be able to login using
your configured OIDC provider.

0 comments on commit 5aba7a1

Please sign in to comment.