...
Code Block |
---|
{ "typ": "JWT", "alg": "PS256", "kid": "e4ce77c498e77000a25aa7b40e4a83f9" } . { "iss": "s6BhdRkqt3", "aud": "https://server.example.com", "response_type": "code", "redirect_uri": "https://openbanking.tpp1.ae/simple-redirect-url", "scope": "accounts", "state": "2616df22-899e-468b-b7af-927145b067cc", "authorization_details": [ { "typeType": "urn:openfinanceuae:account-accessinsurance-consent:v1.0-draft3", "consentConsent": { "ConsentId": "399e00656a6a826f-99070930-42cc4eb0-82b9b365-1ec4f273e3e9a8eac3032828", "Permissions": [ "ReadAccountsBasicReadInsurancePoliciesMotor", "ReadAccountsDetail"], "ReadBalances"ExpirationDateTime": "2024-03-28T15:27:13+030", "ReadBeneficiariesBasic", "Purpose": [ "ReadBeneficiariesDetailMotorInsuranceQuote", "ReadTransactionsBasic", "ReadTransactionsDetail", "ReadTransactionsCredits", "ReadTransactionsDebits", "ReadScheduledPaymentsBasic", "ReadScheduledPaymentsDetail", "ReadDirectDebits", "ReadStandingOrdersBasic", "ReadStandingOrdersDetail" ], "AuthorizationExpirationTimeWindow": "720:00:00", "ExpirationDateTime": "2024-03-28T15:27:13+0300", "TransactionFromDateTime": "2024-03-25T12:19:24+0300", "TransactionToDateTime": "2024-03-27T12:19:24+0300", "AccountType": ["UAEOF.Retail"], "AccountSubType": ["CurrentAccount"], "ConsentPurpose": ["Account Aggregation", "E-Statement"] ] } } ] } |
Create the RAR Request using the signed JWT, and authenticated using private_key_jwt.
...