Revision: 2147
Author: olavmrk
Date: Thu Jan 28 00:48:18 2010
Log: Mention SP parameters in SP guide.

Fixes issue 262.
http://code.google.com/p/simplesamlphp/source/detail?r=2147

Modified:
 /trunk/docs/simplesamlphp-sp.txt

=======================================
--- /trunk/docs/simplesamlphp-sp.txt    Mon Nov 23 05:59:05 2009
+++ /trunk/docs/simplesamlphp-sp.txt    Thu Jan 28 00:48:18 2010
@@ -174,6 +174,14 @@

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
 -------

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to