Skip to content
Snippets Groups Projects
Commit 762d5c64 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fix some broken links in documentation

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2223 44740490-163a-0410-bde0-09ae8108e29a
parent 45bf5694
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ The next step is to configure the way users authenticate on your IdP. Various mo ...@@ -62,7 +62,7 @@ The next step is to configure the way users authenticate on your IdP. Various mo
[`authfacebook:Facebook`](./authfacebook:authfacebook) [`authfacebook:Facebook`](./authfacebook:authfacebook)
: Authenticate with a Facebook ID. : Authenticate with a Facebook ID.
[`authtwitter:Twitter`](./authtwitter:authtwitter) [`authtwitter:Twitter`](./authtwitter:oauthtwitter)
: Authenticate with your Twitter account using the Twitter OAuth API. : Authenticate with your Twitter account using the Twitter OAuth API.
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. 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.
......
...@@ -5,7 +5,7 @@ The consent module is implemented as an Authentication Processing Filter. That m ...@@ -5,7 +5,7 @@ The consent module is implemented as an Authentication Processing Filter. That m
It is recommended to run the consent module at the IdP, and configure the filter to run after all attribute mangling filters is completed, to show the user the exact same attributes that are sent to the SP. It is recommended to run the consent module at the IdP, and configure the filter to run after all attribute mangling filters is completed, to show the user the exact same attributes that are sent to the SP.
* [Read more about processing filters in simpleSAMLphp](/content/authentication-processing-filters-simplesamlphp) * [Read more about processing filters in simpleSAMLphp](simplesamlphp-authproc)
Configure the user ID Configure the user ID
......
...@@ -5,7 +5,7 @@ the consentAdmin module is an addon to the consent module. This emans that ...@@ -5,7 +5,7 @@ the consentAdmin module is an addon to the consent module. This emans that
you can not use the consentAdmin without the consent module. If you have not you can not use the consentAdmin without the consent module. If you have not
installed and configured the consent module, please do. installed and configured the consent module, please do.
* [How to install and configure the consent module](/content/consent-module) * [How to install and configure the consent module](consent:consent)
The consentAdmin module only works when the consent module is using a The consentAdmin module only works when the consent module is using a
database to store the consents. database to store the consents.
......
...@@ -122,7 +122,7 @@ Options ...@@ -122,7 +122,7 @@ Options
`authproc` `authproc`
: Processing filters that should be run after SP authentication. : Processing filters that should be run after SP authentication.
See the [authentication processing filter manual](http://rnd.feide.no/content/authentication-processing-filters-simplesamlphp). See the [authentication processing filter manual](simplesamlphp-authproc).
`certData` `certData`
: Base64 encoded certificate data. Can be used instead of the `certificate` option. : Base64 encoded certificate data. Can be used instead of the `certificate` option.
......
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