From 05338fe41ff9f12e3c1a23055da1d3b43e6749df Mon Sep 17 00:00:00 2001 From: Mats Bovin Date: Thu, 4 Apr 2024 09:00:00 +0200 Subject: [PATCH] Use oidc for authentication --- sbdi/data/config/ala-hub-config.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sbdi/data/config/ala-hub-config.properties b/sbdi/data/config/ala-hub-config.properties index 20aee676..25ed63b6 100644 --- a/sbdi/data/config/ala-hub-config.properties +++ b/sbdi/data/config/ala-hub-config.properties @@ -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= @@ -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=