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

docs: Fix documentation for NameIDFormat in SAML 2.0 SP remote reference.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3209 44740490-163a-0410-bde0-09ae8108e29a
parent 37da655d
No related branches found
No related tags found
No related merge requests found
...@@ -168,8 +168,8 @@ The following SAML 2.0 options are available: ...@@ -168,8 +168,8 @@ The following SAML 2.0 options are available:
`FALSE`. `FALSE`.
`NameIDFormat` `NameIDFormat`
: The `NameIDFormat` this SP should receive. There are three values : The `NameIDFormat` this SP should receive. The three most commonly
for NameIDFormat which is supported by simpleSAMLphp: used values are:
: 1. `urn:oasis:names:tc:SAML:2.0:nameid-format:transient` : 1. `urn:oasis:names:tc:SAML:2.0:nameid-format:transient`
2. `urn:oasis:names:tc:SAML:2.0:nameid-format:persistent` 2. `urn:oasis:names:tc:SAML:2.0:nameid-format:persistent`
...@@ -178,9 +178,9 @@ The following SAML 2.0 options are available: ...@@ -178,9 +178,9 @@ The following SAML 2.0 options are available:
: The `transient` format will generate a new unique ID every time : The `transient` format will generate a new unique ID every time
the SP logs in. the SP logs in.
: The `persistent` and `email` formats will use the attribute : To properly support the `persistent` and `emailAddress` formats,
specified in the `simplesaml.nameidattribute`-option as the value you should configure [NameID generation filters](./saml:nameid)
of the ID. on your IdP.
`nameid.encryption` `nameid.encryption`
: Whether NameIDs sent to this SP should be encrypted. The default : Whether NameIDs sent to this SP should be encrypted. The default
......
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