We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96c9096 + e547664 commit eb46378Copy full SHA for eb46378
1 file changed
docs/guides/auth.md
@@ -161,7 +161,7 @@ The basic procedure is the same as the case of OneLogin which is mentioned above
161
* `attribute.id`: A primary key of user table for your HackMD
162
* `attribute.username`: Attribute name of displaying user name on HackMD
163
* `attribute.email`: Attribute name of email address, which will be also used for Gravatar
164
- * _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._
165
* config.json:
166
````javascript
167
{
0 commit comments