summaryrefslogtreecommitdiff
path: root/docs/content/guides/auth/saml.md
diff options
context:
space:
mode:
authorDavid Mehren2021-01-13 19:36:45 +0100
committerDavid Mehren2021-01-13 20:59:32 +0100
commitc8a7984fa430df3ce7d202d6653a3010585a0b2c (patch)
tree95c118710e2aab3552f0ba5c0d7a537275d1a61c /docs/content/guides/auth/saml.md
parent1256eb3cd32d08634274c475f93d7fdb101df0f5 (diff)
Docs: Various formatting fixes
Signed-off-by: David Mehren <git@herrmehren.de>
Diffstat (limited to 'docs/content/guides/auth/saml.md')
-rw-r--r--docs/content/guides/auth/saml.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/guides/auth/saml.md b/docs/content/guides/auth/saml.md
index d499b349..9cc1f8ba 100644
--- a/docs/content/guides/auth/saml.md
+++ b/docs/content/guides/auth/saml.md
@@ -5,9 +5,9 @@
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 configuration, use this url to download metadata XML.
- - {{your-serverurl}}/auth/saml/metadata
- - *Note:* If not accessible from IdP, download to local once and upload to IdP.
+- 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 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 HedgeDoc as default