From 5218a4f07f9ff6000fb5b1ad09e074fc1893a3cd Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sun, 4 Apr 2021 16:26:44 +0200 Subject: Fix emoji replacement in SAML docs Signed-off-by: Tilman Vatteroth --- docs/content/guides/auth/saml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content') diff --git a/docs/content/guides/auth/saml.md b/docs/content/guides/auth/saml.md index 9cc1f8ba..211a4a97 100644 --- a/docs/content/guides/auth/saml.md +++ b/docs/content/guides/auth/saml.md @@ -14,8 +14,8 @@ you want to match your IdP, you can use more configurations as below. - `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. - - urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress (default) - - urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified + - `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress` (default) + - `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified` - `config.json`: ```javascript -- cgit v1.2.3