Skip to content

Commit 06c23a5

Browse files
committed
Fix description of the SSO binding configuration parameter in new tests
This completes #314 for the newly added test configuration.
1 parent 0905b85 commit 06c23a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/resources/config/config.all_multi_attribute_consuming_services.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ onelogin.saml2.idp.entityid = http://idp.example.com/
103103
# URL Target of the IdP where the SP will send the Authentication Request Message
104104
onelogin.saml2.idp.single_sign_on_service.url = http://idp.example.com/simplesaml/saml2/idp/SSOService.php
105105

106-
# SAML protocol binding to be used when returning the <Response>
107-
# message. Onelogin Toolkit supports for this endpoint the
106+
# SAML protocol binding to be used to deliver the <AuthnRequest> message
107+
# to the IdP. Onelogin Toolkit supports for this endpoint the
108108
# HTTP-Redirect binding only
109109
onelogin.saml2.idp.single_sign_on_service.binding = urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect
110110

0 commit comments

Comments
 (0)