Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update word to match auth0 word #210

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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