diff options
author | Christoph (Sheogorath) Kern | 2018-03-05 10:25:31 +0100 |
---|---|---|
committer | GitHub | 2018-03-05 10:25:31 +0100 |
commit | eb46378fc5a95f991f39225c10c825f0a74e10fa (patch) | |
tree | ccfeab53a9b9049905cba816a6eaf86dd5635f89 /docs/guides/auth.md | |
parent | 96c9096d508813b76e87509d23d3497eed90a1c2 (diff) | |
parent | e54766472715893463946c874a3ec94a03913941 (diff) |
Merge pull request #753 from senk/patch-1
Fix small typo
Diffstat (limited to '')
-rw-r--r-- | docs/guides/auth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/auth.md b/docs/guides/auth.md index 4f9ce445..aa629489 100644 --- a/docs/guides/auth.md +++ b/docs/guides/auth.md @@ -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.username`: Attribute name of displaying user name on HackMD * `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: ````javascript { |