SSO login
and example env file
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
SPOTIFY_ENCODED_ID=<Spotify-API-Token>
|
||||
OIDC_RP_CLIENT_ID=<OIDC-Client-ID>
|
||||
OIDC_RP_CLIENT_SECRET=<OIDC-Client-Secret>
|
||||
OIDC_OP_AUTHORIZATION_ENDPOINT=https://auth.yourwebsite.com/application/o/authorize/
|
||||
OIDC_OP_TOKEN_ENDPOINT=https://auth.yourwebsite.com/application/o/token/
|
||||
OIDC_OP_USER_ENDPOINT=https://auth.yourwebsite.com/application/o/userinfo/
|
||||
Reference in New Issue
Block a user