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 Mar 15, 2024
1 parent f17e22d commit 552b2ac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sbdi/data/config/logger-config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ skin.orgSupportEmail=gbif@nrm.se
privacyPolicy=

#oidc related
security.cas.enabled=true
security.oidc.enabled=false
security.oidc.clientId=
security.oidc.secret=
security.oidc.discoveryUri=
security.cas.enabled=false
security.oidc.enabled=true
security.oidc.clientId=replace_with_real_value
security.oidc.secret=replace_with_real_value
security.oidc.discoveryUri=https://auth.biodiversitydata.se/cas/oidc/.well-known
security.jwt.enabled=false
security.jwt.discoveryUri=
security.jwt.clientId=
Expand All @@ -76,3 +76,4 @@ userdetails.api.url=https://auth.biodiversitydata.se/userdetails/
openapi.terms=https://docs.biodiversitydata.se/sbdi-data/sbdi-atlas-terms-of-use/
openapi.contact.name=
openapi.contact.email=
openapi.components.security.oauth2.baseUrl=https://auth.biodiversitydata.se/cas/oidc

0 comments on commit 552b2ac

Please sign in to comment.