We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77aedee commit 1f2dc70Copy full SHA for 1f2dc70
tests/test_authentication.py
@@ -483,7 +483,7 @@ def test_scopes_generated_correctly(self):
483
del settings.AUTH_ADFS["SERVER"]
484
settings.AUTH_ADFS["TENANT_ID"] = "dummy_tenant_id"
485
settings.AUTH_ADFS["VERSION"] = 'v2.0'
486
- settings.AUTH_ADFS["SCOPES"] = ['openid api://your-configured-client-id/user_impersonation']
+ settings.AUTH_ADFS["SCOPES"] = ['openid', 'api://your-configured-client-id/user_impersonation']
487
with patch("django_auth_adfs.config.django_settings", settings), \
488
patch("django_auth_adfs.config.settings", Settings()), \
489
patch("django_auth_adfs.views.provider_config", ProviderConfig()):
0 commit comments