Skip to content

Commit 9956e71

Browse files
committed
Fix samlple SP endpoints
1 parent 379f500 commit 9956e71

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ onelogin.saml2.debug = false
177177
## Service Provider Data that we are deploying ##
178178

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

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

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

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

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

0 commit comments

Comments
 (0)