Skip to content

Commit

Permalink
Update ampint-environment-properties.md
Browse files Browse the repository at this point in the history
markdown errors
  • Loading branch information
lbadenhop authored Sep 27, 2024
1 parent 75d033f commit deda0dc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions content/en/docs/Configuration/ampint-environment-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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/) |
Expand All @@ -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 | | |
Expand Down Expand Up @@ -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 | |
| revokeRefeshTokenOnConsentExpiry | If refresh token needs to be revoked if consent expires | TRUE | |

0 comments on commit deda0dc

Please sign in to comment.