mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
feature/user on boarding, added default_auth_context_update_request_key to release_notes
This commit is contained in:
parent
ae211dd946
commit
25b39540a0
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user