You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/auth/saml.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ Authentication guide - SAML
5
5
6
6
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.
7
7
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.
9
9
* {{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._
11
11
* Change the value of `issuer`, `identifierFormat` to match your IdP.
12
12
*`issuer`: A unique id to identify the application to the IdP, which is the base URL of your HackMD as default
13
13
*`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
59
59
HMD_SAML_ATTRIBUTE_EMAIL=mail
60
60
````
61
61
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).
63
63
*`groupAttribute`: An attribute name of group membership
64
64
*`requiredGroups`: Group names array for allowed access to HackMD. Use vertical bar to separate for environment variables.
65
65
*`externalGroups`: Group names array for not allowed access to HackMD. Use vertical bar to separate for environment variables.
0 commit comments