Commit 07e8c50b by Clinton Blackburn

Added missing OIDC settings to docs

The docs now list the SOCIAL_AUTH_EDX_OIDC_ISSUER and SOCIAL_AUTH_EDX_OIDC_LOGOUT_URL settings.
parent 6dabefbe
...@@ -148,6 +148,12 @@ OIDC client's settings, as follows. ...@@ -148,6 +148,12 @@ OIDC client's settings, as follows.
- OIDC ID token decryption key, used to validate the ID - OIDC ID token decryption key, used to validate the ID
token token
- The same value as ``SOCIAL_AUTH_EDX_OIDC_SECRET``. - The same value as ``SOCIAL_AUTH_EDX_OIDC_SECRET``.
* - ``SOCIAL_AUTH_EDX_OIDC_ISSUER``
- OIDC ID token issuer
- For example, ``http://127.0.0.1:8000/oauth2``.
* - ``SOCIAL_AUTH_EDX_OIDC_LOGOUT_URL``
- User logout URL
- For example, ``http://127.0.0.1:8000/logout``.
To configure your default site, partner, and site configuration, use the To configure your default site, partner, and site configuration, use the
appropriate settings module for your environment appropriate settings module for your environment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment