Commit c4b54324 by Clinton Blackburn

Updated edx-auth-backends to 0.2.1

This version of the package stores the token_type in the User.extra_data.

ECOM-4263
parent 4dfdb658
...@@ -185,7 +185,6 @@ SOCIAL_AUTH_EDX_OIDC_KEY = 'replace-me' ...@@ -185,7 +185,6 @@ SOCIAL_AUTH_EDX_OIDC_KEY = 'replace-me'
SOCIAL_AUTH_EDX_OIDC_SECRET = 'replace-me' SOCIAL_AUTH_EDX_OIDC_SECRET = 'replace-me'
SOCIAL_AUTH_EDX_OIDC_URL_ROOT = 'replace-me' SOCIAL_AUTH_EDX_OIDC_URL_ROOT = 'replace-me'
SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY = SOCIAL_AUTH_EDX_OIDC_SECRET SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY = SOCIAL_AUTH_EDX_OIDC_SECRET
OAUTH2_ACCESS_TOKEN_URL = 'replace-me'
# Request the user's permissions in the ID token # Request the user's permissions in the ID token
EXTRA_SCOPE = ['permissions'] EXTRA_SCOPE = ['permissions']
......
...@@ -52,7 +52,6 @@ SOCIAL_AUTH_EDX_OIDC_KEY = 'replace-me' ...@@ -52,7 +52,6 @@ SOCIAL_AUTH_EDX_OIDC_KEY = 'replace-me'
SOCIAL_AUTH_EDX_OIDC_SECRET = 'replace-me' SOCIAL_AUTH_EDX_OIDC_SECRET = 'replace-me'
SOCIAL_AUTH_EDX_OIDC_URL_ROOT = 'replace-me' SOCIAL_AUTH_EDX_OIDC_URL_ROOT = 'replace-me'
SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY = SOCIAL_AUTH_EDX_OIDC_SECRET SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY = SOCIAL_AUTH_EDX_OIDC_SECRET
OAUTH2_ACCESS_TOKEN_URL = 'replace-me'
ENABLE_AUTO_AUTH = True ENABLE_AUTO_AUTH = True
......
...@@ -10,7 +10,7 @@ djangorestframework==3.3.3 ...@@ -10,7 +10,7 @@ djangorestframework==3.3.3
djangorestframework-jwt==1.7.2 djangorestframework-jwt==1.7.2
django-rest-swagger[reST]==0.3.5 django-rest-swagger[reST]==0.3.5
dry-rest-permissions==0.1.6 dry-rest-permissions==0.1.6
edx-auth-backends==0.1.3 edx-auth-backends==0.2.1
edx-ccx-keys==0.2.0 edx-ccx-keys==0.2.0
edx-drf-extensions==0.5.0 edx-drf-extensions==0.5.0
edx-opaque-keys==0.3.0 edx-opaque-keys==0.3.0
......
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