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 873052e commit a402cb7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions sbdi/data/config/dashboard-config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ security.cas.casServerUrlPrefix=https://auth.biodiversitydata.se/cas/
security.cas.loginUrl=https://auth.biodiversitydata.se/cas/login
security.cas.logoutUrl=https://auth.biodiversitydata.se/cas/logout
security.cas.bypass=false
security.cas.enabled=true
security.oidc.enabled=false
security.cas.enabled=false
security.oidc.enabled=true

#oidc related
security.oidc.clientId=
security.oidc.secret=
security.oidc.discoveryUri=https://auth.biodiversitydata.se/cas/oidc/.well-known

####################
# Dashboard Config #
Expand Down

0 comments on commit a402cb7

Please sign in to comment.