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 aa977f2 commit 61af3a0Copy full SHA for 61af3a0
docs/azure_ad_config_guide.rst
@@ -118,7 +118,19 @@ Replace your AUTH_ADFS with this.
118
'RELYING_PARTY_ID': client_id
119
}
120
121
-
+
122
123
+Add this to your INSTALLED_APPS.
124
125
+.. code-block:: python
126
127
+ INSTALLED_APPS = [
128
+ ...
129
+ 'django_auth_adfs',
130
131
+ ]
132
133
134
135
Add this to your AUTHENTICATION_BACKENDS.
136
0 commit comments