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 4, 2024
1 parent c8fac63 commit 05338fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sbdi/data/config/ala-hub-config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ biocacheServiceUrl=https://records.biodiversitydata.se/ws
#biocacheServiceUrl=http://localhost:8081/ws
# bicoacheServicesUrl maintained for backwards compatibility with < biocache_hubs 5.0
biocacheServicesUrl=https://records.biodiversitydata.se/ws
#biocacheServiceUrl=http://localhost:8081/ws
#biocacheServicesUrl=http://localhost:8081/ws
biocache.downloads.extra=
biocache.ajax.useProxy=false
biocache.groupedFacetsUrl=
Expand Down Expand Up @@ -242,11 +242,11 @@ doi.mintDoi=false
endpoints.enabled=false

# 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 Down

0 comments on commit 05338fe

Please sign in to comment.