Skip to content

Commit

Permalink
docs: update word to match auth0 word
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Oct 10, 2024
1 parent 84dcee8 commit a63a7f1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit a63a7f1

Please sign in to comment.