Skip to content
Snippets Groups Projects
Commit a867f5c6 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Fix some broken links to rnd.feide.no.

parent 6f338702
No related branches found
No related tags found
No related merge requests found
......@@ -139,10 +139,7 @@ The test page should contain a list of your attributes:
![Screenshot of the status page after a user has succesfully authenticated](resources/simplesamlphp-sp/screenshot-example.png)
For a better looking, more advanced Discovery Service with tabs and live search, you may want to use the `discopower` module
in SimpleSAMLphp. Take a look at the following blog entry for more information:
* [Blog entry about the DiscoPower module](https://rnd.feide.no/content/improved-discovery-service-live-search)
contained in the SimpleSAMLphp distribution.
Integrating authentication with your own application
----------------------------------------------------
......
......@@ -6,7 +6,7 @@
* discovery service pages. This should reduce code duplication.
*
* Experimental support added for Extended IdP Metadata Discovery Protocol by Andreas 2008-08-28
* More information: http://rnd.feide.no/content/extended-identity-provider-discovery-service-protocol
* More information: https://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-idp-discovery.pdf
*
* @author Jaime Pérez <jaime.perez@uninett.no>, UNINETT AS.
* @author Olav Morken, UNINETT AS.
......
......@@ -5,7 +5,7 @@ SimpleSAMLphp has built in language support, and stores the preferred language i
Identity systems also often has a specific attribute that indicates what language is understood by the user.
MACE defines an attribute with preferred language: `preferredLanguage`.
[Read more about the preferredLanguage attribute defined by MACE](http://rnd.feide.no/node/1054).
[Read more about the preferredLanguage attribute defined by MACE](https://tools.ietf.org/html/rfc2798#section-2.7).
The LanguageAdaptor brings these two concepts together.
If executed early at the IdP it will check if the `preferredLanguage` attribute is among the users attributes, and if it is, SimpleSAMLphp will use that language in the user interface.
......
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