Skip to content

Commit

Permalink
Updating readme after #117
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Aug 24, 2018
1 parent efd4a2b commit 41990df
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,15 +418,14 @@ knpu_oauth2_client:
auth0:
# must be "auth0" - it activates that type!
type: auth0
# add and configure client_id, client_secret and account in parameters.yml
# add and configure client_id and client_secret in parameters.yml
client_id: %auth0_client_id%
client_secret: %auth0_client_secret%
# e.g. 'mycompany.auth0.com'
account: %auth0_account%
# a route name you'll create
redirect_route: connect_auth0_check
redirect_params: {}
# Your Auth0 domain/account, e.g. "mycompany" if your domain is "mycompany.auth0.com"
account: ''
# whether to check OAuth2 "state": defaults to true
# use_state: true
Expand Down

0 comments on commit 41990df

Please sign in to comment.