wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

Add CDS introspection data provider configuration to docs #891

Open Akila94 opened 3 months ago

Akila94 commented 3 months ago

Affected OB version:

CDS toolkit

Affected OB specifications:

CDS

Existing pages to be updated:

https://cds.ob.docs.wso2.com/en/latest/install-and-setup/configuring-identity-server-for-ob/

Description (Optional):

Need to add the following configuration under [open_banking.identity.extensions] tag of deployment.toml file of the identity server in order to return the cdr_arrangement_id with the refresh token introspection response.

[open_banking.identity.extensions]
introspection_data_provider="com.wso2.openbanking.cds.identity.listener.CDSIntrospectionDataProvider"

Instructions:

References:

Related issue: https://github.com/wso2/docs-open-banking/issues/889

Labels:

CDS