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.