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

Depreceate saml2:SP.

Fixes issue 208

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1801 44740490-163a-0410-bde0-09ae8108e29a
parent d409536e
No related branches found
No related tags found
No related merge requests found
...@@ -79,11 +79,6 @@ $config = array( ...@@ -79,11 +79,6 @@ $config = array(
'papi' => array( 'papi' => array(
'authpapi:PAPI', 'authpapi:PAPI',
), ),
'saml2' => array(
'saml2:SP',
),
/* /*
* An authentication source which can authenticate against both SAML 2.0 * An authentication source which can authenticate against both SAML 2.0
......
...@@ -101,8 +101,8 @@ The next step is to configure the way users authenticate on your IdP. Various mo ...@@ -101,8 +101,8 @@ The next step is to configure the way users authenticate on your IdP. Various mo
`openid:OpenIDConsumer` `openid:OpenIDConsumer`
: Authenticate against an OpenID provider. : Authenticate against an OpenID provider.
`saml2:SP` `saml:SP`
: Authenticate against a SAML 2.0 IdP. Can be used for bridging. : Authenticate against a SAML 2.0. Can be used for bridging.
`authYubiKey:YubiKey` `authYubiKey:YubiKey`
: Authenticate with [an YubiKey](http://www.yubico.com/products/yubikey/). : Authenticate with [an YubiKey](http://www.yubico.com/products/yubikey/).
......
...@@ -51,8 +51,8 @@ The next step is to configure the way users authenticate on your IdP. Various mo ...@@ -51,8 +51,8 @@ The next step is to configure the way users authenticate on your IdP. Various mo
`openid:OpenIDConsumer` `openid:OpenIDConsumer`
: Authenticate against an OpenID provider. : Authenticate against an OpenID provider.
`saml2:SP` `saml:SP`
: Authenticate against a SAML 2.0 IdP. Can be used for bridging. : Authenticate against a SAML IdP. Can be used for bridging.
`authYubiKey:YubiKey` `authYubiKey:YubiKey`
: Authenticate with [an YubiKey](http://www.yubico.com/products/yubikey/). : Authenticate with [an YubiKey](http://www.yubico.com/products/yubikey/).
......
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
/** /**
* SAML 2.0 SP authentication client. * SAML 2.0 SP authentication client.
* *
* Note: This authentication source is depreceated. You should
* use saml:sp instead.
*
* Example: * Example:
* 'example-openidp' => array( * 'example-openidp' => array(
* 'saml2:SP', * 'saml2:SP',
......
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