Skip to content

Commit

Permalink
Update word to match word on okta's pages
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Oct 7, 2024
1 parent 0e0cc4b commit fbecd59
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,15 @@ If you have a SAML provider, but not an OpenID Connect provider, [Keycloak](http

### Okta {#okta-config}

- Application Type: Native
- Token Endpoint Authentication Method: None
- Allowed Callback URL: http://localhost:9993/sso
- Under Advanced Settings -> Grant Types, ensure Implicit, Authorization Code, and Refresh Token are selected.
- Application Type: Native
- Client authentication: None
- Sign-in redirect URL: http://localhost:9993/sso
- Grant type: Implicit, Authorization Code, and Refresh Token are selected.

#### Central config

- Client ID is in General -> Client ID
- Issuer URL is in the menubar. Add "https://" to the beginning when adding to Central.

### OneLogin

Expand Down

0 comments on commit fbecd59

Please sign in to comment.