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 28689d0 commit 9bef0e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sbdi/data/config/specieslist-webapp-config.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CAS Config
security.cas.enabled=true
security.cas.enabled=false
security.cas.casServerName=https://auth.biodiversitydata.se
security.cas.casServerUrlPrefix=https://auth.biodiversitydata.se/cas/
security.cas.loginUrl=https://auth.biodiversitydata.se/cas/login
Expand Down Expand Up @@ -101,10 +101,10 @@ iconicSpecies.uid=
ownerVisibleToEditor=false

#oidc related
security.oidc.enabled=false
security.oidc.clientId=
#security.oidc.secret=
#security.oidc.discoveryUri=
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.core.authCookieName=ALA-Auth
security.cookie.enabled=false
Expand Down Expand Up @@ -141,7 +141,7 @@ openapi.license.name=Mozilla Public License 1.1
openapi.license.url=https://www.mozilla.org/en-US/MPL/1.1/
openapi.license.version='@info.app.version@'
openapi.components.security.oauth2.authorizationUrl=
openapi.components.security.oauth2.baseUrl=
openapi.components.security.oauth2.baseUrl=https://auth.biodiversitydata.se/cas/oidc
openapi.components.security.oauth2.refreshUrl=
openapi.components.security.oauth2.tokenUrl=

Expand Down

0 comments on commit 9bef0e7

Please sign in to comment.