Skip to content

Commit

Permalink
chore: Maintain the current working B2C config.
Browse files Browse the repository at this point in the history
  • Loading branch information
cafuego committed Jun 26, 2024
1 parent 64b46a6 commit 795287e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions config/openid_connect.client.uniteid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ dependencies:
module:
- openid_connect_windows_aad
id: uniteid
label: 'Azure B2C'
label: 'Azure B2C Signup/Signin'
plugin: windows_aad
settings:
client_id: 64661a42-4710-4bfd-97ab-916bcfeddb59
client_secret: 3ad9233a_021a_46e3_9d6a_a57c7eacce71
authorization_endpoint_wa: 'https://unb2c.b2clogin.com/unb2c.onmicrosoft.com/B2C_1_OCHA_SIGNUP/oauth2/v2.0/authorize'
token_endpoint_wa: 'https://unb2c.b2clogin.com/unb2c.onmicrosoft.com/B2C_1_OCHA_SIGNUP/oauth2/v2.0/token'
authorization_endpoint_wa: 'https://unb2c.b2clogin.com/unb2c.onmicrosoft.com/B2C_1_OCHA_SIGNUP_SIGNIN/oauth2/v2.0/authorize'
token_endpoint_wa: 'https://unb2c.b2clogin.com/unb2c.onmicrosoft.com/B2C_1_OCHA_SIGNUP_SIGNIN/oauth2/v2.0/token'
userinfo_endpoint_wa: 'https://graph.microsoft.com/oidc/userinfo'
map_ad_groups_to_roles: false
map_ad_groups_to_roles: true
group_mapping:
method: 0
mappings: ''
Expand All @@ -23,6 +23,6 @@ settings:
userinfo_update_email: true
hide_email_address_warning: true
subject_key: sub
end_session_endpoint: 'https://unb2c.b2clogin.com/unb2c.onmicrosoft.com/B2C_1_OCHA_SIGNUP/oauth2/v2.0/logout'
end_session_endpoint: 'https://unb2c.b2clogin.com/unb2c.onmicrosoft.com/B2C_1_OCHA_SIGNUP_SIGNIN/oauth2/v2.0/logout'
iss_allowed_domains: feature.commondesign-unocha-org.ahconu.org
front_channel_logout_url: ''
4 changes: 1 addition & 3 deletions config/openid_connect.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ always_save_userinfo: true
connect_existing_users: false
override_registration_settings: false
end_session_enabled: true
user_login_display: replace
user_login_display: above
redirect_login: ''
redirect_logout: ''
userinfo_mappings:
timezone: zoneinfo
role_mappings:
admin_user: { }

0 comments on commit 795287e

Please sign in to comment.