Skip to content

Commit

Permalink
Use oidc for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Apr 2, 2024
1 parent bfdbd5a commit 5664c07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sbdi/data/config/ala-bie-hub-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ security:
contextPath:
bypass: false
applyUriFiltersToTicketValidation: false
enabled: true
enabled: false
authCookiename: ALA-Auth
oidc:
enabled: false
clientId:
secret:
discoveryUri:
enabled: true
clientId: replace_with_real_value
secret: replace_with_real_value
discoveryUri: https://auth.biodiversitydata.se/cas/oidc/.well-known
jwt:
enabled: false
discoveryUri:
Expand Down

0 comments on commit 5664c07

Please sign in to comment.