diff --git a/docs/simplesamlphp-idp.txt b/docs/simplesamlphp-idp.txt index 88b289f9532a3926438ace9415644bd6a25b9f05..d6fbc8c77230898fb0e39c1f416a9d5f698e55ae 100644 --- a/docs/simplesamlphp-idp.txt +++ b/docs/simplesamlphp-idp.txt @@ -765,7 +765,7 @@ If you do not want to start the SSO flow at the SP, you may use the IdP-first se Here is an example of such an url: - https://sp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=dev.andreas.feide.no + https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=sp.example.org When the IdP-first flow is used an extra parameter is needed in the `saml20-sp-hosted` metadata. This is the `RelayState` parameter that tells the SP which URL to redirect the user to after the user is successfully authenticated. This typically is the frontpage of your application. An example of this can be: