Fix small typo
Signed-off-by: Robin Naundorf <r.naundorf@fh-muenster.de>
This commit is contained in:
parent
96c9096d50
commit
e547664727
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ The basic procedure is the same as the case of OneLogin which is mentioned above
|
||||||
* `attribute.id`: A primary key of user table for your HackMD
|
* `attribute.id`: A primary key of user table for your HackMD
|
||||||
* `attribute.username`: Attribute name of displaying user name on HackMD
|
* `attribute.username`: Attribute name of displaying user name on HackMD
|
||||||
* `attribute.email`: Attribute name of email address, which will be also used for Gravatar
|
* `attribute.email`: Attribute name of email address, which will be also used for Gravatar
|
||||||
* _Note: Default value of all attributes is NameID of SAML response, which is email address if `idfentifierFormat` is default._
|
* _Note: Default value of all attributes is NameID of SAML response, which is email address if `identifierFormat` is default._
|
||||||
* config.json:
|
* config.json:
|
||||||
````javascript
|
````javascript
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue