Skip to content

Commit d331976

Browse files
committed
Update demo SP urls
1 parent a94cb28 commit d331976

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

samples/java-saml-jspsample/src/main/resources/onelogin.saml.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ onelogin.saml2.debug = false
1111
#
1212

1313
# Identifier of the SP entity (must be a URI)
14-
onelogin.saml2.sp.entityid = http://localhost:8080/java-saml-jspsample/metadata.jsp
14+
onelogin.saml2.sp.entityid = http://localhost:8080/java-saml-tookit-jspsample/metadata.jsp
1515

1616
# Specifies info about where and how the <AuthnResponse> message MUST be
1717
# returned to the requester, in this case our SP.
1818
# URL Location where the <Response> from the IdP will be returned
19-
onelogin.saml2.sp.assertion_consumer_service.url = http://localhost:8080/java-saml-jspsample/acs.jsp
19+
onelogin.saml2.sp.assertion_consumer_service.url = http://localhost:8080/java-saml-tookit-jspsample/acs.jsp
2020

2121
# SAML protocol binding to be used when returning the <Response>
2222
# message. Onelogin Toolkit supports for this endpoint the
@@ -25,7 +25,7 @@ onelogin.saml2.sp.assertion_consumer_service.binding = urn:oasis:names:tc:SAML:2
2525

2626
# Specifies info about where and how the <Logout Response> message MUST be
2727
# returned to the requester, in this case our SP.
28-
onelogin.saml2.sp.single_logout_service.url = http://localhost:8080/java-saml-jspsample/sls.jsp
28+
onelogin.saml2.sp.single_logout_service.url = http://localhost:8080/java-saml-tookit-jspsample/sls.jsp
2929

3030
# SAML protocol binding to be used when returning the <LogoutResponse> or sending the <LogoutRequest>
3131
# message. Onelogin Toolkit supports for this endpoint the

0 commit comments

Comments
 (0)