Skip to content

Commit 61af3a0

Browse files
authored
Update azure_ad_config_guide.rst
1 parent aa977f2 commit 61af3a0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/azure_ad_config_guide.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,19 @@ Replace your AUTH_ADFS with this.
118118
'RELYING_PARTY_ID': client_id
119119
}
120120
121-
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+
122134
123135
Add this to your AUTHENTICATION_BACKENDS.
124136

0 commit comments

Comments
 (0)