Skip to content

Commit 88c8d51

Browse files
authored
Merge pull request #170 from JEphron/patch-1
Fix typo: Attribute Consumer Service -> Assertion Consumer Service
2 parents 5f162dc + a6b07e9 commit 88c8d51

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
@@ -601,7 +601,7 @@ auth.login() # Method that builds and sends the AuthNRequest
601601

602602
The ``AuthNRequest`` will be sent signed or unsigned based on the security info of the ``advanced_settings.json`` file (i.e. ``authnRequestsSigned``).
603603

604-
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.
604+
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.
605605

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

@@ -650,7 +650,7 @@ saml_settings = OneLogin_Saml2_Settings(settings=None, custom_base_path=None, sp
650650
```
651651
to get the settings object and with the ``sp_validation_only=True`` parameter we will avoid the IdP settings validation.
652652

653-
***Attribute Consumer Service (ACS)***
653+
***Assertion Consumer Service (ACS)***
654654

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

0 commit comments

Comments
 (0)