diff options
author | Claudius Coenen | 2019-02-14 23:19:40 +0100 |
---|---|---|
committer | GitHub | 2019-02-14 23:19:40 +0100 |
commit | baefa1c67290954ec00fd6c9c3a720a00159e518 (patch) | |
tree | 603ec1721f707f172e835007dfd7929fb82cb8c7 /docs/guides/auth | |
parent | b28201176ed522c6a57f6fcb7d0885807badfdf4 (diff) | |
parent | 1ccadec5a37de32a5203efe82109a6b67adeee6f (diff) |
Merge pull request #1148 from felixonmars/patch-1
Fix several typos in auth/saml.md
Diffstat (limited to 'docs/guides/auth')
-rw-r--r-- | docs/guides/auth/saml.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/guides/auth/saml.md b/docs/guides/auth/saml.md index 97ac9d3c..7f63b748 100644 --- a/docs/guides/auth/saml.md +++ b/docs/guides/auth/saml.md @@ -5,9 +5,9 @@ Authentication guide - SAML The basic procedure is the same as the case of OneLogin which is mentioned in [OneLogin-Guide](./saml-onelogin.md). If you want to match your IdP, you can use more configurations as below. -* If your IdP accepts metadata XML of the service provider to ease configuraion, use this url to download metadata XML. +* If your IdP accepts metadata XML of the service provider to ease configuration, use this url to download metadata XML. * {{your-serverurl}}/auth/saml/metadata - * _Note: If not accessable from IdP, download to local once and upload to IdP._ + * _Note: If not accessible from IdP, download to local once and upload to IdP._ * Change the value of `issuer`, `identifierFormat` to match your IdP. * `issuer`: A unique id to identify the application to the IdP, which is the base URL of your HackMD as default * `identifierFormat`: A format of unique id to identify the user of IdP, which is the format based on email address as default. It is recommend that you use as below. @@ -59,7 +59,7 @@ The basic procedure is the same as the case of OneLogin which is mentioned in [O HMD_SAML_ATTRIBUTE_EMAIL=mail ```` -* If you want to controll permission by group membership, add group attribute name and required group (allowed) or external group (not allowed). +* If you want to control permission by group membership, add group attribute name and required group (allowed) or external group (not allowed). * `groupAttribute`: An attribute name of group membership * `requiredGroups`: Group names array for allowed access to HackMD. Use vertical bar to separate for environment variables. * `externalGroups`: Group names array for not allowed access to HackMD. Use vertical bar to separate for environment variables. |