diff --git a/content/en/docs/Configuration/ampint-environment-properties.md b/content/en/docs/Configuration/ampint-environment-properties.md index 13f488ab..0b890505 100644 --- a/content/en/docs/Configuration/ampint-environment-properties.md +++ b/content/en/docs/Configuration/ampint-environment-properties.md @@ -9,7 +9,7 @@ Open Banking APIs and workflows are developed and exposed via Amplify Integratio {{% alert title="Note" color="primary" %}} For more information on Amplify Integration refer to the [Axway Documentation Portal](https://docs.axway.com/bundle/amplify_integration/page/amplify_integration_guide.html).{{% /alert %}} -## Steps To Configure Environment Properties +## Steps To Configure Environment Properties The following steps provide details on how to set up these properties. @@ -18,18 +18,16 @@ The following steps provide details on how to set up these properties. 2. Go to *Manager* and click on *Environments* on the sidebar. ![Go to Environments](/Images/AI-Manager-Environments.png) -3. Click on *Details*. +3. Click on *Details*. ![View Details](/Images/AI-Env-Property-Details.png) 4. Here you can update the environment properties. The details of the properties to be updated are provided in the next section. ![Update Properties](/Images/AI-Update-Environment-Properties.png) - -## Environment Properties +## Environment Properties Following environment properties need to be set up in each customer's data plane - | Environment Property Name | Purpose | Default Value (if any) | Example (if any) | |--------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------| | Connections_APIFrontendUrl | URL to access the FDX APIs | | [https://griffin-design.openbanking.axwaysbsdev.net:4443/](https://griffin-design.openbanking.axwaysbsdev.net:4443/) | @@ -49,7 +47,7 @@ Following environment properties need to be set up in each customer's data plane | FDX_Kafka_Publish_Notification_severity | Severity level of the logged events | INFO | | | FDX_Kafka_Publish_Notification_tenantType | Type of the tenant | DATA_PROVIDER | | | FDX_Notification_Subscription_eventTypes | Supported event types for subscription | CONSENT_PARTIALLY_AUTHORIZED,CONSENT_AUTHORIZED,CONSENT_REJECTED,CONSENT_ON_HOLD,CONSENT_CONSUMED,CONSENT_EXPIRED,CONSENT_MODIFIED | | -| Generic_Authorization_loginUrl | Login url of the authorization server | | https://auth.openbanking.axwaysbsdev.net/realms/griffin-design/protocol/openid-connect/auth | +| Generic_Authorization_loginUrl | Login url of the authorization server | | [https://auth.openbanking.axwaysbsdev.net/realms/griffin-design/protocol/openid-connect/auth](https://auth.openbanking.axwaysbsdev.net/realms/griffin-design/protocol/openid-connect/auth) | | Generic_Authorization_maxConsentAllowedPerUserPerPartner | Maximum number of allowed consents per user per partner | 10 | | | Generic_Authorization_scaMethodEnabled | If strong customer authentication is enabled | TRUE | | | Generic_Authorization_scaMethodExplanation | description of SCA method used | | | @@ -77,4 +75,4 @@ Following environment properties need to be set up in each customer's data plane | maxPageSize | Maximum allowed number of records in a single page | 100 | | | organizationId | Organization identifier of the customer from market place | | | | organizationName | Organization name of the customer from market place | | | -| revokeRefeshTokenOnConsentExpiry | If refresh token needs to be revoked if consent expires | TRUE | | \ No newline at end of file +| revokeRefeshTokenOnConsentExpiry | If refresh token needs to be revoked if consent expires | TRUE | |