diff --git a/docs/content/guides/openid.md b/docs/content/guides/openid.md index d9840025c8..aa8516ab49 100644 --- a/docs/content/guides/openid.md +++ b/docs/content/guides/openid.md @@ -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.