diff --git a/docs/simplesamlphp-sp.txt b/docs/simplesamlphp-sp.txt index 98cdcc397e4ad7d5a4d0ee1a713e30f9c7001140..844cfa1244a500de39f7ac9adea3c1fe40615a86 100644 --- a/docs/simplesamlphp-sp.txt +++ b/docs/simplesamlphp-sp.txt @@ -199,15 +199,9 @@ privatekey\_pass ### Fields for signing and validating messages -simpleSAMLphp only signs authentication responses by default. -Signing of authentication requests, logout requests and logout -responses can be enabled by setting the `redirect.sign` option. -Validation of received messages can be enabled by the -`redirect.validate` option. Note that if you want to sign messages, -you will need a keypair/certificate at the SP. +simpleSAMLphp only signs authentication responses by default. Signing of authentication requests, logout requests and logout responses can be enabled by setting the `redirect.sign` option. Validation of received messages can be enabled by the `redirect.validate` option. Note that if you want to sign messages, you will need a keypair/certificate at the SP. -These options set the default for this SP, but options for each IdP -can be set in `saml20-idp-remote`. +These options set the default for this SP, but options for each IdP can be set in `saml20-idp-remote`. redirect.sign : Boolean, default `false`. To turn on signing of authentication @@ -612,34 +606,24 @@ On the installation page there is a link named "Look at your SAML 2.0 SP metadata". Click to inspect the metadata for your SP. Send this metadata document to the IdP and ask them to load it. - -If you are connected to Feide, and put one of Feides entity IDs as -default IdP, you will see an additional section on this page: + + +If you are connected to Feide, and put one of Feides entity IDs as default IdP, you will see an additional section on this page: + + - -Enter your email address and click the button "Send my metadata to -Feide". Remeber to get in contact with Feide to discuss your new -service, and how you can be connected to Feide's test environment. -To test your service, you must have a valid Feide login name. If -you are not affiliated with a Feide host institution, you may -obtain a test user identity from Feide. +Enter your email address and click the button "Send my metadata to Feide". Remeber to get in contact with Feide to discuss your new service, and how you can be connected to Feide's test environment. To test your service, you must have a valid Feide login name. If you are not affiliated with a Feide host institution, you may obtain a test user identity from Feide. Test the SAML 2.0 SP examples ----------------------------- -After you have installed simpleSAMLphp, configured Apache, set up -metadata and exchanged metadata with the IdP, you are ready to test -the sample service included in the simpleSAMLphp distribution. +After you have installed simpleSAMLphp, configured Apache, set up metadata and exchanged metadata with the IdP, you are ready to test the sample service included in the simpleSAMLphp distribution. -The installation page of simpleSAMLphp has a link to a Shibboleth -1.3 and a SAML 2.0 sample service. When you click the link, you -should be automatically redirected to the IdP. Login, and you -should be sent back and shown all the attributes sent form the -IdP. +The installation page of simpleSAMLphp has a link to a Shibboleth 1.3 and a SAML 2.0 sample service. When you click the link, you should be automatically redirected to the IdP. Login, and you should be sent back and shown all the attributes sent form the IdP. **Figure 1. Screenshot of the status page after an user have succesfully authenticated** - + Integrating authentication with your own application ----------------------------------------------------