Skip to content

Commit

Permalink
Rename docker config to devconf config as this config is only used fo…
Browse files Browse the repository at this point in the history
…r the developement and integration testing
  • Loading branch information
quartje committed Apr 3, 2024
1 parent 2d06d9e commit 55268a5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ private_key_path: file:///config/saml.key
certificate_path: file:///config/saml.crt
default_acr_value: http://dev.openconext.local/assurance/loa1
secure_cookie: false
oidc_token_endpoint: https://dev.openconext.local/oidc/token
oidc_token_endpoint: https://connect.dev.openconext.local/oidc/token
environment: SURFconext DEV

features:
Expand All @@ -26,8 +26,8 @@ sp:
acs_location: https://connect.dev.openconext.local/login/saml2/sso/oidcng

idp:
entity_id: https://dev.openconext.local/authentication/idp/metadata
sso_location: https://dev.openconext.local/authentication/idp/single-sign-on
entity_id: https://engine.dev.openconext.local/authentication/idp/metadata
sso_location: https://engine.dev.openconext.local/authentication/idp/single-sign-on
saml_assertion_signing_key: classpath:/engine.dev.openconext.local.default.pem

spring:
Expand Down

0 comments on commit 55268a5

Please sign in to comment.