Skip to content

Commit 4b8f401

Browse files
committed
Fix typo
1 parent b17374a commit 4b8f401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ auth.login() # Method that builds and sends the AuthNRequest
617617

618618
The ``AuthNRequest`` will be sent signed or unsigned based on the security info of the ``advanced_settings.json`` (``authnRequestsSigned``).
619619

620-
The IdP will then return the SAML Response to the user's client. The client is then forwarded to the **Attribute Consumer Service (ACS)** of the SP with this information.
620+
The IdP will then return the SAML Response to the user's client. The client is then forwarded to the **Assertion Consumer Service (ACS)** of the SP with this information.
621621

622622
We can set a ``return_to`` url parameter to the login function and that will be converted as a ``RelayState`` parameter:
623623

@@ -669,7 +669,7 @@ saml_settings = OneLogin_Saml2_Settings(settings=None, custom_base_path=None, sp
669669
```
670670
to get the settings object and with the ``sp_validation_only=True`` parameter we will avoid the IdP settings validation.
671671

672-
*** Attribute Consumer Service (ACS) ***
672+
*** Assertion Consumer Service (ACS) ***
673673

674674
This code handles the SAML response that the IdP forwards to the SP through the user's client.
675675

0 commit comments

Comments
 (0)