From ec380bdb89bf09833749fc04ca20e28344a4aa7c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 10 Sep 2021 13:11:52 -0700 Subject: [PATCH] help: Fix formatting issues in SAML authentication docs. Apparently, I failed to squash this before merging the previous commit. --- templates/zerver/help/saml-authentication.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/zerver/help/saml-authentication.md b/templates/zerver/help/saml-authentication.md index d4e8d07018..8282880b4c 100644 --- a/templates/zerver/help/saml-authentication.md +++ b/templates/zerver/help/saml-authentication.md @@ -120,7 +120,7 @@ how to configure these SAML providers to work with Zulip. is `https://keycloak.example.com` and your Keycloak realm is `master` (which is the default name for a Keycloak realm). 1. In Keycloak, register a new Client for your Zulip organization: - * Client-ID: `https://.zulipchat.com` + * Client-ID: `https://auth.zulipchat.com` * Client Protocol: `saml` * Client SAML Endpoint: leave this field empty 1. In the `Settings` tab for your new Keycloak client, set the following properties: @@ -128,17 +128,17 @@ how to configure these SAML providers to work with Zulip. - Base URL: `https://auth.zulipchat.com/complete/saml/` - Client Signature Required: `Disable` 1. In the `Mappers` tab for your new Keycloak client: - 1. Create a Mapper for first name: + * Create a Mapper for first name: * Property: `firstName` * Friendly Name: `first_name` * SAML Attribute Name: `first_name` * SAML Attribute Name Format: `Basic` - 1. Create a Mapper for last name: + * Create a Mapper for last name: * Property: `lastName` * Friendly Name: `last_name` * SAML Attribute Name: `last_name` * SAML Attribute Name Format: `Basic` - 1. Create a Mapper for email address: + * Create a Mapper for email address: * Property: `email` * Friendly Name: `email` * SAML Attribute Name: `email`