From 25b39540a036a65ecafeacc38476575873339c8c Mon Sep 17 00:00:00 2001 From: hongwei Date: Thu, 11 Mar 2021 13:18:25 +0100 Subject: [PATCH] feature/user on boarding, added default_auth_context_update_request_key to release_notes --- obp-api/src/main/resources/props/sample.props.template | 3 +++ release_notes.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/obp-api/src/main/resources/props/sample.props.template b/obp-api/src/main/resources/props/sample.props.template index 645f156b1..37b834802 100644 --- a/obp-api/src/main/resources/props/sample.props.template +++ b/obp-api/src/main/resources/props/sample.props.template @@ -916,3 +916,6 @@ outboundAdapterCallContext.generalContext ### enable or disable the feature of send "Force-Error" header, default value is false enable.force_error=false +## This props is used for the User Onboard page, we can have the default identifier key. +## The different banks may have different identifiers for their customers, eg: CUSTOMER_NUMBER, TAX_ID, PASSPORT_NUMBER ... +default_auth_context_update_request_key=CUSTOMER_NUMBER diff --git a/release_notes.md b/release_notes.md index 3221f54b9..63583282f 100644 --- a/release_notes.md +++ b/release_notes.md @@ -3,6 +3,9 @@ ### Most recent changes at top of file ``` Date Commit Action +11/03/2021 ae211dd9 Added props: default_auth_context_update_request_key, default is CUSTOMER_NUMBER. + This props is used for the User Onboard page, we can have the default identifier key. + The different banks may have different identifiers for their customers, eg: CUSTOMER_NUMBER, TAX_ID... 20/09/2020 609d4e77 Added props: entitlement_list_1 and new_user_entitlement_list . default is empty. we can grant the default roles to the new validated user, eg: entitlement_list_1=[CanGetConfig, CanUseAccountFirehoseAtAnyBank]