feature/user on boarding, added default_auth_context_update_request_key to release_notes

This commit is contained in:
hongwei 2021-03-11 13:18:25 +01:00
parent ae211dd946
commit 25b39540a0
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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]