Update documentation markdown
This commit is contained in:
parent
26c0ca7792
commit
b018f30724
|
|
@ -17,9 +17,10 @@ fallback url: 'https://myskillbox.ch/anleitung' (change if another one is availa
|
||||||
Note the Client ID and the Client Secret of the newly created client
|
Note the Client ID and the Client Secret of the newly created client
|
||||||
|
|
||||||
Go to the environment on heroku, and enter the following env variables:
|
Go to the environment on heroku, and enter the following env variables:
|
||||||
|
|
||||||
- OAUTH_ACCESS_TOKEN_URL: https://sso.hep-verlag.ch/oauth/token
|
- OAUTH_ACCESS_TOKEN_URL: https://sso.hep-verlag.ch/oauth/token
|
||||||
- OAUTH_API_BASE_URL: https://cms.hep-verlag.ch
|
- OAUTH_API_BASE_URL: https://cms.hep-verlag.ch
|
||||||
- OAUTH_AUTHORIZE_URL: https://sso.hep-verlag.ch/oauth/authorize
|
- OAUTH_AUTHORIZE_URL: https://sso.hep-verlag.ch/oauth/authorize
|
||||||
- OAUTH_CLIENT_ID: <Client ID>
|
- OAUTH_CLIENT_ID: `<Client ID>`
|
||||||
- OAUTH_CLIENT_SECRET: <Client Secret>
|
- OAUTH_CLIENT_SECRET: `<Client Secret>`
|
||||||
- OAUTH_LOCAL_REDIRECT_URI: https://<App URL>/api/oauth/callback/
|
- OAUTH_LOCAL_REDIRECT_URI: https://<App URL>/api/oauth/callback/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue