Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed Apr 24, 2023
1 parent a8c6e07 commit 4cf6e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Each variable can be overridden using environment variables.
### Open id configuration (used when `authentication.mode`=`openidconnect`)
You have to specify either `oidc.issuer-uri` or `oidc.jwk-uri`.
Common used configurations :
| Provider | `oidc.issuer-uri` | `jwk-uri` |
| Provider | `oidc.issuer-uri` | `oidc.jwk-uri` |
|---|---|---|
| Keycloak | `https://keycloak.example.com/auth/realms/REALMNAME` | |
| Google | | `https://www.googleapis.com/oauth2/v3/certs` |
Expand Down

0 comments on commit 4cf6e9c

Please sign in to comment.