diff --git a/docs/simplesamlphp-idp.md b/docs/simplesamlphp-idp.md index b4df1fa8a02d1ab4e727a65178bede3a7905ff43..23fc2b212a071df15392adf362793dc25fb9ec95 100644 --- a/docs/simplesamlphp-idp.md +++ b/docs/simplesamlphp-idp.md @@ -54,15 +54,9 @@ The next step is to configure the way users authenticate on your IdP. Various mo [`radius:Radius`](./radius:radius) : Authenticates an user to a Radius server. -[`InfoCard:ICAuth`](https://github.com/simplesamlphp/simplesamlphp-module-infocard/blob/master/README.md) -: Authenticate with an InfoCard. - [`multiauth:MultiAuth`](./multiauth:multiauth) : Allow the user to select from a list of authentication sources. -`openid:OpenIDConsumer` -: Authenticate against an OpenID provider. - [`saml:SP`](./saml:sp) : Authenticate against a SAML IdP. Can be used for bridging.