Skip to content

Commit

Permalink
Add missing skip-openid-provider-tls-verify option in sample conf
Browse files Browse the repository at this point in the history
  • Loading branch information
noseka1 authored and Bruno Oliveira da Silva committed Mar 6, 2020
1 parent 33ac805 commit bb26c4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config_sample.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# is the url for retrieving the openid configuration - normally the <server>/auth/realm/<realm_name>
discovery-url: https://keycloak.example.com/auth/realms/commons
# skip the tls verification of openid provider
skip-openid-provider-tls-verify: true|false
# the client id for the 'client' application
client-id: <CLIENT_ID>
# the secret associated to the 'client' application - note the client_secret is optional, required for
Expand Down

0 comments on commit bb26c4d

Please sign in to comment.