Skip to content

Commit

Permalink
Update docs/socialaccount/providers/saml.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Raymond Penners <raymond.penners@intenct.nl>
  • Loading branch information
quique and pennersr committed Feb 25, 2024
1 parent 475c0f7 commit 8cf8d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/socialaccount/providers/saml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ via the Django admin as well:
# Then, you can either specify the IdP's metadata URL:
"metadata_url": "https://example.com/saml2/idp/metadata.php",
# OR, you can inline the IdP parameters here as follows:
# Or, you can inline the IdP parameters here as follows:
"sso_url": "https://example.com/saml2/idp/SSOService.php",
"slo_url": "https://example.com/saml2/idp/SingleLogoutService.php",
"x509cert": """
Expand Down

0 comments on commit 8cf8d5a

Please sign in to comment.