From 008f6e738911f24d9b3e9819869fdd45b30fb119 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 29 Sep 2009 11:36:24 +0000
Subject: [PATCH] Link in new reference document for SAML SP module

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1802 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-googleapps.txt | 25 +------------------------
 docs/simplesamlphp-idp.txt        |  2 +-
 2 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/docs/simplesamlphp-googleapps.txt b/docs/simplesamlphp-googleapps.txt
index f1f77ef1b..24bcc7db8 100644
--- a/docs/simplesamlphp-googleapps.txt
+++ b/docs/simplesamlphp-googleapps.txt
@@ -85,30 +85,7 @@ The next step is to configure the way users authenticate on your IdP. Various mo
 [`ldap:LDAP`](https://rnd.feide.no/content/configuring-simplesamlphp-ldap-authentication-source)
 : Authenticates an user to a LDAP server.
 
-[`ldap:LDAPMulti`](https://rnd.feide.no/content/configuring-simplesamlphp-ldap-authentication-source)
-: Authenticates an user to one of several LDAP server.
-  The user can choose the LDAP server from a dropdown list.
-  
-`sqlauth:SQL`
-: Authenticate an user against a database.
-
-[`radius:Radius`](https://rnd.feide.no/content/radius-authentication-module)
-: Authenticates an user to a Radius server.
-
-[`InfoCard:ICAuth`](http://rnd.feide.no/content/simplesamlphp-infocard-module-usage)
-: Authenticate with an InfoCard.
-
-`openid:OpenIDConsumer`
-: Authenticate against an OpenID provider.
-
-`saml:SP`
-: Authenticate against a SAML 2.0. Can be used for bridging.
-
-`authYubiKey:YubiKey`
-: Authenticate with [an YubiKey](http://www.yubico.com/products/yubikey/).
-
-[`authfacebook:Facebook`](https://rnd.feide.no/content/using-facebook-authentication-source)
-: Authenticate with a Facebook ID.
+For more authentication modules, see [SimpleSAMLphp Identity Provider QuickStart](https://rnd.feide.no/content/using-simplesamlphp-identity-provider).
 
 
 In this guide, we will use the `exampleauth:UserPass` authentication module. This module does not have any dependencies, and is therefore simple to set up.
diff --git a/docs/simplesamlphp-idp.txt b/docs/simplesamlphp-idp.txt
index 6b1557d74..745a9a470 100644
--- a/docs/simplesamlphp-idp.txt
+++ b/docs/simplesamlphp-idp.txt
@@ -51,7 +51,7 @@ The next step is to configure the way users authenticate on your IdP. Various mo
 `openid:OpenIDConsumer`
 : Authenticate against an OpenID provider.
 
-`saml:SP`
+[`saml:SP`](https://rnd.feide.no/content/saml-service-provider-configuration-reference)
 : Authenticate against a SAML IdP. Can be used for bridging.
 
 `authYubiKey:YubiKey`
-- 
GitLab