Skip to content
Snippets Groups Projects
Commit b4280552 authored by Olav Morken's avatar Olav Morken
Browse files

Mention SP parameters in SP guide.

Fixes issue 262.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2147 44740490-163a-0410-bde0-09ae8108e29a
parent 2ff5de5e
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,14 @@ And print the attributes:
Each attribute name can be used as an index into $attributes to obtain the value. Every attribute value is an array - a single-valued attribute is an array of a single element.
We can also request authentication with a specific IdP:
$as->login(array(
'saml:idp' => 'https://idp.example.org/',
));
Other options are also available.
Take a look in the documentation for the [SP module](https://rnd.feide.no/content/saml-service-provider-configuration-reference) for a list of all parameters.
Support
-------
......
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