Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
add base freja_eid config
  • Loading branch information
johanlundberg committed Aug 16, 2024
1 parent b29e433 commit 4ca355a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ eduid:
same_user: false
finish_url: "https://html.eduid.docker/profile/"
removeSecurityKeyAuthn:
force_authn: true
force_mfa: true
allow_login_auth: true
finish_url: "https://html.eduid.docker/profile/ext-return/{app_name}/{authn_id}"
Expand Down Expand Up @@ -347,11 +348,12 @@ eduid:
logger_name: support
log_level: DEBUG
mongo_uri: mongodb://eduid_support:[email protected]_dev
token_service_url_logout: https://dashboard.eduid.docker/services/authn/logout
authn_service_url_logout: https://dashboard.eduid.docker/services/authn/logout
support_personnel:
- mojud-dosiv
- sadug-katoh
- bamus-mutod
- vonof-hitiz
personal_data:
server_name: dashboard.eduid.docker
application_root: /services/personal-data
Expand Down Expand Up @@ -393,6 +395,16 @@ eduid:
issuer: https://api.svipe.com/oidc/v1/
acr_values: ["face_present"]
scopes: ["openid", "document"]
freja_eid:
server_name: dashboard.eduid.docker
application_root: /services/freja-eid
mongo_uri: mongodb://eduid_freja_eid:[email protected]_dev
log_level: DEBUG
logger_name: freja_eid
freja_eid_client:
client_id: 'oidc-eduid'
client_secret: 'secret'
issuer: https://oidc-ct.test.frejaeid.com/oidc
security:
server_name: dashboard.eduid.docker
application_root: /services/security
Expand Down Expand Up @@ -552,6 +564,10 @@ eduid:
level: 'INFO'
'eduid.webapp.common.session':
level: 'INFO'
'pymongo.serverSelection':
level: 'INFO'
'pymongo.command':
level: 'INFO'
allow_other_device_logins: true
reset_password:
server_name: idp.eduid.docker
Expand Down

0 comments on commit 4ca355a

Please sign in to comment.