Skip to content

Commit baefa1c

Browse files
authored
Merge pull request #1148 from felixonmars/patch-1
Fix several typos in auth/saml.md
2 parents b282011 + 1ccadec commit baefa1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/auth/saml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Authentication guide - SAML
55

66
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.
77

8-
* If your IdP accepts metadata XML of the service provider to ease configuraion, use this url to download metadata XML.
8+
* If your IdP accepts metadata XML of the service provider to ease configuration, use this url to download metadata XML.
99
* {{your-serverurl}}/auth/saml/metadata
10-
* _Note: If not accessable from IdP, download to local once and upload to IdP._
10+
* _Note: If not accessible from IdP, download to local once and upload to IdP._
1111
* Change the value of `issuer`, `identifierFormat` to match your IdP.
1212
* `issuer`: A unique id to identify the application to the IdP, which is the base URL of your HackMD as default
1313
* `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
5959
HMD_SAML_ATTRIBUTE_EMAIL=mail
6060
````
6161

62-
* If you want to controll permission by group membership, add group attribute name and required group (allowed) or external group (not allowed).
62+
* If you want to control permission by group membership, add group attribute name and required group (allowed) or external group (not allowed).
6363
* `groupAttribute`: An attribute name of group membership
6464
* `requiredGroups`: Group names array for allowed access to HackMD. Use vertical bar to separate for environment variables.
6565
* `externalGroups`: Group names array for not allowed access to HackMD. Use vertical bar to separate for environment variables.

0 commit comments

Comments
 (0)