From b4280552eac453977b8f66d7b6ba73898c127f16 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 28 Jan 2010 08:48:18 +0000
Subject: [PATCH] Mention SP parameters in SP guide.

Fixes issue 262.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2147 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-sp.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/simplesamlphp-sp.txt b/docs/simplesamlphp-sp.txt
index 2aef693b6..f1d51889e 100644
--- a/docs/simplesamlphp-sp.txt
+++ b/docs/simplesamlphp-sp.txt
@@ -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
 -------
-- 
GitLab