Skip to content
Snippets Groups Projects
Commit 46ec2e4f authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Updating SP markdown docs

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1217 44740490-163a-0410-bde0-09ae8108e29a
parent 513a8ca5
No related branches found
No related tags found
No related merge requests found
...@@ -199,15 +199,9 @@ privatekey\_pass ...@@ -199,15 +199,9 @@ privatekey\_pass
### Fields for signing and validating messages ### Fields for signing and validating messages
simpleSAMLphp only signs authentication responses by default. 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.
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 These options set the default for this SP, but options for each IdP can be set in `saml20-idp-remote`.
can be set in `saml20-idp-remote`.
redirect.sign redirect.sign
: Boolean, default `false`. To turn on signing of authentication : 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 ...@@ -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 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. this metadata document to the IdP and ask them to load it.
![image](resources/simplesamlphp-sp/saml2metadata.png) ![image](http://rnd.feide.no/files/saml2metadata.png)
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:
![image](http://rnd.feide.no/files/saml2metadata-feide.png)
![image](resources/simplesamlphp-sp/saml2metadata-feide.png) 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 Test the SAML 2.0 SP examples
----------------------------- -----------------------------
After you have installed simpleSAMLphp, configured Apache, set up 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.
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 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.
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** **Figure 1. Screenshot of the status page after an user have succesfully authenticated**
![Screenshot of the status page after an user have succesfully authenticated](resources/simplesamlphp-sp/screenshot-example.png) ![Screenshot of the status page after an user have succesfully authenticated](http://rnd.feide.no/files/screenshot-example.png)
Integrating authentication with your own application Integrating authentication with your own application
---------------------------------------------------- ----------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment