Skip to content

Commit 90f1765

Browse files
committed
Update legacy urls to current ones
1 parent 183add0 commit 90f1765

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/simplesamlphp-idp-more.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ If you do not want to start the SSO flow at the SP, you may use the IdP-first se
3535

3636
Here is an example of such a URL:
3737

38-
`https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=urn:mace:feide.no:someservice`
38+
`https://idp.example.org/simplesaml/saml2/idp/singleSignOnService?spentityid=urn:mace:feide.no:someservice`
3939

4040
You can also add a `RelayState` parameter to the IdP-first URL:
4141

42-
`https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=urn:mace:feide.no:someservice&RelayState=https://sp.example.org/somepage`
42+
`https://idp.example.org/simplesaml/saml2/idp/singleSignOnService?spentityid=urn:mace:feide.no:someservice&RelayState=https://sp.example.org/somepage`
4343

4444
The `RelayState` parameter is often used to carry the URL the SP should redirect to after authentication. It is also possible to specify the Assertion
4545
Consumer URL with the `ConsumerURL` parameter.
@@ -53,7 +53,7 @@ IdP-initiated logout
5353

5454
IdP-initiated logout can be initiated by visiting the URL:
5555

56-
`https://idp.example.org/simplesaml/saml2/idp/SingleLogoutService.php?ReturnTo=<URL to return to after logout>`
56+
`https://idp.example.org/simplesaml/saml2/idp/initSingleLogout?ReturnTo=<URL to return to after logout>`
5757

5858
It will send a logout request to each SP, and afterwards return the user to the URL specified in the `ReturnTo` parameter. Bear in mind that IdPs might disallow redirecting to URLs other than those of their own for security reasons, so in order to get the redirection to work, it might be necessary to ask the IdP to whitelist the URL we are planning to redirect to.
5959

0 commit comments

Comments
 (0)