...
- Sign in to the /wiki/spaces/OB130/pages/49053830 (
https://<WSO2_OB_APIM_HOST>:9443/publisher
) withcreator/publisher
privileges. - Click ADD NEW API .
- Select I Have an Existing API option.
- Select the Swagger File option and browse for the Swagger definition by clicking the Browse button.
Use the<WSO2_OB_AM_HOME>/repository/resources/finance/apis/openbanking.org.uk/DynamicClientRegistration/3.2/dynamic-client-registration-swagger.yaml
file to configure the properties according to the open-banking specification. - You are directed to the Design API stage. Design General Details are loaded for you in the Design tab.
- Click Next: Implement to navigate to the next level.
- Expand Managed API and set Endpoint Type by selecting Dynamic Endpoint from the drop-down list.
- Under Message Mediation Policies, check Select a message mediation policy to be executed in the message flow.
Uploading the In flow:
Tip Make the following changes:
Open the
<WSO2_OB_APIM_HOME>/repository/resources/finance/apis/openbanking.org.uk/DynamicClientRegistration/3.2/dcr-dynamic-endpoint-insequence-3.2.xml In sequence
file using a text editor.Add the
ContentType
property below the<sequence>
tag:Code Block language xml <property name="ContentType" value="application/jwt" scope="axis2"/>
Replace
<WSO2_OB_APIM_HOSTNAME>
with the hostname of your WSO2 Open Banking API Manager server and save the changes.Code Block language xml <header name="To" value="https://<WSO2_OB_APIM_HOSTNAME>:9443/ob-dynamic-client-registration" />
Click Upload In Flow and upload the modified
dcr-dynamic-endpoint-insequence-3.2.xml In sequence
file.- Click Next: Manage to navigate to the next level.
- Under Subscription Tiers, check the option Unlimited : Allows unlimited requests unless you want to limit the requests.
Multiexcerpt hidden true MultiExcerptName UpdatedAPIProperties Multiexcerpt MultiExcerptName Delete this when the updated API Properties are ready in the WUM Expand API Properties and add the following as Additional properties and click the + button to proceed.
Property Name ob-api-type Property Value dcr Multiexcerpt hidden true MultiExcerptName Updated API Properties Expand API Properties and add the following as Additional Properties. Click the + button to save the values.
Property Name Property Value ob-spec au ob-api-type dcr Click Save & Publish.
The published DCR v3.2 API is available in the /wiki/spaces/OB130/pages/49053830.
...