From b9d9e4f6783bffd0c4331eeb745be0b459573361 Mon Sep 17 00:00:00 2001 From: travisladuke Date: Wed, 9 Oct 2024 13:54:10 -0700 Subject: [PATCH] docs: update word to match auth0 word --- docs/sso.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/sso.md b/docs/sso.md index 1f97bf2..16c7d3b 100644 --- a/docs/sso.md +++ b/docs/sso.md @@ -64,10 +64,8 @@ You can do this from the wrench icon in the Members list. Please ensure the following fields are set on your Auth0 application config: -- Application Type: Native -- Token Endpoint Authentication Method: None +- Application Type: Native - Allowed Callback URL: http://localhost:9993/sso -- Under Advanced Settings -> Grant Types, ensure Authorization Code, and Refresh Token are selected. :::note @@ -77,6 +75,15 @@ In the case of Auth0 specifically, Your Issuer URL *MUST* end with a `/`. For e ::: +#### Advanced Settings + +These grants are required but are set correctly by default + +Under Advanced Settings -> Grant Types: + +- Authorization Code +- Refresh Token are selected. + ### Authelia [Authelia](https://www.authelia.com/) is a self hosted SSO solution. ZeroTier uses PKCE, so the field `secret` must be an empty string and `public` must be true.