wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

AU DCR v0.1 to v0.2 version upgrade documentation #230

Closed harinduravin closed 3 years ago

harinduravin commented 3 years ago

Description: AU DCR API Requests and Responses along with sample Software Statement Assertion(SSA) need to be updated according to requirements given by ACCC CDR Register. Refer this link for a summary of the DCR API changes in AU.

Suggested Labels:

Suggested Assignees: @isharailanga

Affected Product Version: OB 2.0.0 - DCR API 0.1

OS, DB, other environment details and versions:

Steps to reproduce:

isharailanga commented 3 years ago

This doc is WIP - https://docs.wso2.com/display/OB200/Dynamic+Client+Registration+v0.2

isharailanga commented 3 years ago

The doc is ready to be public. We will have to sync with @charithadeshapriya fo the WUM live sync details.

harinduravin commented 3 years ago

[[apim.devportal.application_attributes]] required = false hidden = false name ="id_token_encrypted_response_enc_sandbox" description = "ID token encrypted response encryption method for sandbox"

[[apim.devportal.application_attributes]] required = false hidden = false name ="id_token_encrypted_response_enc_production" description = "ID token encrypted response encryption method for production"

[[apim.devportal.application_attributes]] required = false hidden = false name ="id_token_encrypted_response_alg_sandbox" description = "ID token encrypted response algorithm for sandbox"

[[apim.devportal.application_attributes]] required = false hidden = false name ="id_token_encrypted_response_alg_production" description = "ID token encrypted response algorithm for production"

Above parts have been newly added in the deployment.toml

harinduravin commented 3 years ago

Newly added ISS validation will require using software_id value in the SSA as iss claim in request JWT. So examples given in DCR v0.2 documentation needs to be changed.

"iss": "Mock Company" ---> "iss": "740C368F-ECF9-4D29-A2EA-0514A66B0CDN"

I updated this doc with new iss value.

Link to doc

isharailanga commented 3 years ago

Updated the doc with the new configs and the new "iss" claim value. https://docs.wso2.com/display/OB200/Dynamic+Client+Registration+v0.2 this doc is live now.