wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

[OB3] Moving Consent Management Portal Configurations to OB Configurations #782

Closed ChinthakaJ98 closed 1 year ago

ChinthakaJ98 commented 1 year ago

Affected OB version:

OB3

Affected OB specifications:

Accelerator, UK

Existing pages to be updated:

https://ob.docs.wso2.com/en/latest/learn/consent-manager/#configuring-consent-manager https://uk.ob.docs.wso2.com/en/latest/learn/consent-manager/#configuring-consent-manager https://uk.ob.docs.wso2.com/en/latest/try-out/consent-manager/

Description (Optional):

The consent management portal configurations were migrated from the web.xml file within the webapp to the deployment.toml file and therefore the documentation is required to be changed accordingly.

Instructions:

The 2nd point under Configuring Consent Manager needs to be updated as below.

Open the /repository/conf/deployment.toml file.

In the table the below configuration names also need to be changed as below. Keep the descriptions of them as it is.

identityServerBaseUrl -------> identity_server_base_url apiManagerServerUrl --------> api_manager_server_base_url scpClientKey ----------------> client_id scpClientSecret -------------> client_secret

Example

[open_banking.consent.portal.client_credentials] client_id="2zB5s9wGHWVwmlrvHdWa6Mwc4vsa" client_secret="cqblprasAniVfi02IXGFvp8VREAa"

[open_banking.consent.portal.params] identity_server_base_url="https://localhost:9446" api_manager_server_base_url="https://localhost:8243"

References:

https://github.com/wso2-enterprise/financial-open-banking/issues/8200

ChinthakaJ98 commented 1 year ago

Please do the required changes and we will publish it once the U2 update is released.

ChinthakaJ98 commented 1 year ago

Hi @DinithiDiaz,

Shall we add the aforementioned changes in a dropdown sort of a content area mentioning that it will be applicable from the wso2-obiam-accelerator release version 3.0.0.73 and keep the original content as it is. Also i guess it will be better to mention that we would strongly recommend to use the latest version of the wso2-obiam-accelerator as well.

Thanks & Kind Regards Chinthaka

DinithiDiaz commented 1 year ago

Hi @ChinthakaJ98, since the recommended approach is to use the latest versions, I included the configs related to "older versions" in a collapsible block. LMKWYT.

ChinthakaJ98 commented 1 year ago

Hi @ChinthakaJ98, since the recommended approach is to use the latest versions, I included the configs related to "older versions" in a collapsible block. LMKWYT.

Yeah that would work fine. Thanks @DinithiDiaz