Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa authored Mar 21, 2024
1 parent a2e8316 commit 11b97be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ python setup.py install
2. Override the default login page in the root `urls.py` file, by adding these lines **BEFORE** any `urlpatterns`:

```python
# These are the SAML2 related URLs. You can change "^saml2_auth/" regex to
# any path you want, like "^sso/", "^sso_auth/", "^sso_login/", etc. (required)
# These are the SAML2 related URLs. (required)
re_path(r'^sso/', include('django_saml2_auth.urls')),

# The following line will replace the default user login with SAML2 (optional)
Expand Down

0 comments on commit 11b97be

Please sign in to comment.