Add IdentityServer3 Backend (#20275)
* Add IdentityServer3 Backend This adds a backend for users who want to use IdentityServer3 as their SSO provider. It can be used with the OAuth2ProviderConfig in django admin to point to an external provider.
Showing
- common/djangoapps/third_party_auth/identityserver3.py 69 additions, 0 deletionscommon/djangoapps/third_party_auth/identityserver3.py
- common/djangoapps/third_party_auth/tests/test_identityserver3.py 50 additions, 0 deletions...djangoapps/third_party_auth/tests/test_identityserver3.py
- common/djangoapps/third_party_auth/tests/testutil.py 6 additions, 0 deletionscommon/djangoapps/third_party_auth/tests/testutil.py
- lms/envs/production.py 1 addition, 0 deletionslms/envs/production.py
Please register or sign in to comment