Closed harinduravin closed 3 years ago
This doc is WIP - https://docs.wso2.com/display/OB200/Dynamic+Client+Registration+v0.2
The doc is ready to be public. We will have to sync with @charithadeshapriya fo the WUM live sync details.
[[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
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.
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.
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: