Consent and Permissions Claims
There are some additional permissions that can be requested when connecting to an account. These should be shown on the consent page if they are being requested
ReadStandingOrdersBasic permission will grant access to basic standing order information, such as the reference, amounts and dates payments will be made
ReadStandingOrdersDetail permission will grant access to the basic standing order information as well as the payee account information
The additional permissions must be requested via the mh-consent
claim along with any other claims in the following way
{
"id_token":{
"mh:consent":{
"value":{
"permissions":[
"ReadStandingOrdersBasic"
]
}
}
}
}
Updated about 1 year ago