Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
Update config with auth0 params
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad126 committed Jan 16, 2020
1 parent 7179eec commit ab631e3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions config.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,18 @@ uitid:
secret: ***
base_url: https://acc.uitid.be/uitid/rest/
jwt:
keys:
public:
file: public.pem
uitid:
keys:
public:
file: public.pem
validation:
iss: http://culudb-jwt-provider.dev
auth0:
keys:
public:
file: public-auth0.pem
validation:
iss: https://publiq-acc.eu.auth0.com/
validation:
iss: http://culudb-jwt-provider.dev
cors:
Expand Down

0 comments on commit ab631e3

Please sign in to comment.