Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format images, examples, defaults #60

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 46 additions & 46 deletions content/en/docs/Configuration/ampint-environment-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,63 +16,63 @@ The following steps provide details on how to set up these properties.
1. Log in to Amplify Integration.

2. Navigate to *Manager > Environments*.
![Go to Environments](/Images/AI-Manager-Environments.png)
![Go to Environments](/Images/AI-Manager-Environments.png)

3. Click **Details**.
![View Details](/Images/AI-Env-Property-Details.png)
![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)
![Update Properties](/Images/AI-Update-Environment-Properties.png)

## Environment properties

The following environment properties must be set up in each customer's data plane.

| Environment Property Name | Description |
|--------------------------------------------------------------------------|--------------|
| Connections_APIFrontendUrl | URL to access the FDX APIs <br />Example:`https://griffin-design.openbanking.example.net:4443/` |
| Connections_realmName | Realm Name in the authorization server representing customer tenant <br />Example: griffin-design |
| FDX_Accounts_Search_basePath | Basepath of the FDX Accounts API <br />Default: /fdx/v6/core/accounts |
| FDX_Authorization_consentDurationOneTimePeriod | Default duration value (in days) for ONE_TIME consent <br />Default: 1 |
| FDX_Authorization_consentDurationPersistentPeriod | Default long time duration of PERSISTENT consent <br />Default: 36525 |
| FDX_Authorization_consentDurationSupportedTypes | Supported duration types of consent <br />Default: TIME_BOUND,ONE_TIME,PERSISTENT |
| FDX_Authorization_consentDurationTimeBoundMax | Maximum allowed duration period (in days) for TIME_BOUND consent <br />Default: 365 |
| FDX_Authorization_consentDurationTimeBoundMin | Minimum allowed duration period (in days) for TIME_BOUND consent <br />Default: 5 |
| FDX_Authorization_consentLookbackPeriodMax | Maximum allowed lookback period (in days) for which historical data may be requested; measured from request time, not grant time <br />Default: 90 |
| FDX_Authorization_consentLookbackPeriodMin | Minimum allowed lookback period (in days) for which historical data may be requested; measured from request time, not grant time <br />Default: 1 |
| FDX_Authorization_consentSupportedDataClusters | Supported enumerations or types of the clusters of data elements that can be requested in a consent grant <br />Default: ACCOUNT_BASIC,ACCOUNT_DETAILED,TRANSACTIONS,STATEMENTS,CUSTOMER_CONTACT,CUSTOMER_PERSONAL,INVESTMENTS,PAYMENT_SUPPORT |
| FDX_Authorization_consentSupportedResourceTypes | Types of resources that can be requested and for which consent can be given <br />Default: ACCOUNT |
| FDX_Authorization_wellKnownNotSupportedKeys | The keys of a well known URI's response coming from the authorization server that need to be suppressed before sending the response <br />Default: introspection_endpoint,userinfo_endpoint,end_session_endpoint,check_session_iframe,device_authorization_endpoint,backchannel_authentication_endpoint,registration_endpoint |
| FDX_Kafka_Publish_Notification_priority | Priority level of the logged events <br />Default: MEDIUM |
| FDX_Kafka_Publish_Notification_severity | Severity level of the logged events <br />Default: INFO |
| FDX_Kafka_Publish_Notification_tenantType | Type of the tenant <br />Default: DATA_PROVIDER |
| FDX_Notification_Subscription_eventTypes | Supported event types for subscription <br />Default: 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 <br />Example: `https://auth.openbanking.example.net/realms/griffin-design/protocol/openid-connect/auth`|
| Generic_Authorization_maxConsentAllowedPerUserPerPartner | Maximum number of allowed consents per user per partner <br />Default: 10 |
| Generic_Authorization_scaMethodEnabled | If strong customer authentication is enabled <br />Default: TRUE |
| Connections_APIFrontendUrl | URL to access the FDX APIs <br />**Example**:`https://griffin-design.openbanking.example.net:4443/` |
| Connections_realmName | Realm Name in the authorization server representing customer tenant <br />**Example**: griffin-design |
| FDX_Accounts_Search_basePath | Basepath of the FDX Accounts API <br />**Default**: /fdx/v6/core/accounts |
| FDX_Authorization_consentDurationOneTimePeriod | Default duration value (in days) for ONE_TIME consent <br />**Default**: 1 |
| FDX_Authorization_consentDurationPersistentPeriod | Default long time duration of PERSISTENT consent <br />**Default**: 36525 |
| FDX_Authorization_consentDurationSupportedTypes | Supported duration types of consent <br />**Default**: TIME_BOUND,ONE_TIME,PERSISTENT |
| FDX_Authorization_consentDurationTimeBoundMax | Maximum allowed duration period (in days) for TIME_BOUND consent <br />**Default**: 365 |
| FDX_Authorization_consentDurationTimeBoundMin | Minimum allowed duration period (in days) for TIME_BOUND consent <br />**Default**: 5 |
| FDX_Authorization_consentLookbackPeriodMax | Maximum allowed lookback period (in days) for which historical data may be requested; measured from request time, not grant time <br />**Default**: 90 |
| FDX_Authorization_consentLookbackPeriodMin | Minimum allowed lookback period (in days) for which historical data may be requested; measured from request time, not grant time <br />**Default**: 1 |
| FDX_Authorization_consentSupportedDataClusters | Supported enumerations or types of the clusters of data elements that can be requested in a consent grant <br />**Default**: ACCOUNT_BASIC,ACCOUNT_DETAILED,TRANSACTIONS,STATEMENTS,CUSTOMER_CONTACT,CUSTOMER_PERSONAL,INVESTMENTS,PAYMENT_SUPPORT |
| FDX_Authorization_consentSupportedResourceTypes | Types of resources that can be requested and for which consent can be given <br />**Default**: ACCOUNT |
| FDX_Authorization_wellKnownNotSupportedKeys | The keys of a well known URI's response coming from the authorization server that need to be suppressed before sending the response <br />**Default**: introspection_endpoint,userinfo_endpoint,end_session_endpoint,check_session_iframe,device_authorization_endpoint,backchannel_authentication_endpoint,registration_endpoint |
| FDX_Kafka_Publish_Notification_priority | Priority level of the logged events <br />**Default**: MEDIUM |
| FDX_Kafka_Publish_Notification_severity | Severity level of the logged events <br />**Default**: INFO |
| FDX_Kafka_Publish_Notification_tenantType | Type of the tenant <br />**Default**: DATA_PROVIDER |
| FDX_Notification_Subscription_eventTypes | Supported event types for subscription <br />**Default**: 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 <br />**Example**: `https://auth.openbanking.example.net/realms/griffin-design/protocol/openid-connect/auth`|
| Generic_Authorization_maxConsentAllowedPerUserPerPartner | Maximum number of allowed consents per user per partner <br />**Default**: 10 |
| Generic_Authorization_scaMethodEnabled | If strong customer authentication is enabled <br />**Default**: TRUE |
| Generic_Authorization_scaMethodExplanation | Description of the SCA method used |
| Generic_Authorization_scaMethodName | SCA method name <br />Default: Keycloak Redirection |
| Generic_Authorization_scaMethodProtocol | SCA method protocol <br />Default: REDIRECT |
| Generic_Authorization_scaMethodRedirectUrl | SCA method redirect URL <br />Example: `https://auth.openbanking.example.net/realms/griffin-design/protocol/openid-connect/auth` |
| PartnerCoreService_CacheExpirationInMinutes | Cache expiration time in minutes <br />Default: 10 |
| PartnerCoreService_OnboardingFieldLabel_consentDataClusters | Field from the onboarding portal that maps to data clusters <br />Default: Scope |
| PartnerCoreService_OnboardingFieldLabel_consentDurationPeriod | Field from the partner onboarding portal that maps to consent duration period <br />Default: Duration Period |
| PartnerCoreService_OnboardingFieldLabel_consentDurationType | Field from the onboarding portal that maps to consent duration type <br />Default: Duration Type |
| PartnerCoreService_OnboardingFieldLabel_consentLookbackPeriod | Field from the onboarding portal that maps to consent lookback period <br />Default: Lookback Period |
| PartnerCoreService_OnboardingFieldLabel_intermediaryHomeUrl | Field from the onboarding portal that maps to intermediary uri <br />Default: Intermediary URI |
| PartnerCoreService_OnboardingFieldLabel_intermediaryLogoUrl | Field from the onboarding portal that maps to intermediary logo uri <br />Default: Intermediary Logo URI |
| PartnerCoreService_OnboardingFieldLabel_intermediaryme | Field from the onboarding portal that maps to intermediary name <br />Default: Intermediary Name |
| PartnerCoreService_OnboardingFieldLabel_intermediaryRegisteredEntityId | Field from the onboarding portal that maps to intermediary registered entity id <br />Default: Intermediary Registered Entity Id |
| PartnerCoreService_OnboardingFieldLabel_intermediaryRegisteredEntityName | Field from the onboarding portal that maps to intermediary registered entity name <br />Default: Intermediary Registered Entity Name |
| PartnerCoreService_OnboardingFieldLabel_intermediaryRegistry | Field from the onboarding portal that maps to intermediary registry <br />Default: Intermediary Registry |
| PartnerCoreService_OnboardingFieldLabel_partnerHomeUrl | Field from the onboarding portal that maps to partner home url <br />Default: Website |
| PartnerCoreService_OnboardingFieldLabel_partnerLogoUrl | Field from the onboarding portal that maps to logo uri <br />Default: Logo URI |
| PartnerCoreService_OnboardingFieldLabel_partnerRegisteredEntityId | Field from the onboarding portal that maps to partner registered entity id <br />Default: Registered Entity Id |
| PartnerCoreService_OnboardingFieldLabel_partnerRegisteredEntityName | Field from the onboarding portal that maps to registered entity name <br />Default: Registered Entity Name |
| PartnerCoreService_OnboardingFieldLabel_partnerRegistry | Field from the onboarding portal that maps to partner registry <br />Default: Registry |
| PartnerCoreService_OnboardingFieldLabel_partnerType | Field from the onboarding portal that maps to partner type <br />Default: Entity Type |
| defaultPageSize | Default number of records in a single page <br />Default: 10 |
| maxPageSize | Maximum allowed number of records in a single page <br />Default: 100 |
| Generic_Authorization_scaMethodName | SCA method name <br />**Default**: Keycloak Redirection |
| Generic_Authorization_scaMethodProtocol | SCA method protocol <br />**Default**: REDIRECT |
| Generic_Authorization_scaMethodRedirectUrl | SCA method redirect URL <br />**Example**: `https://auth.openbanking.example.net/realms/griffin-design/protocol/openid-connect/auth` |
| PartnerCoreService_CacheExpirationInMinutes | Cache expiration time in minutes <br />**Default**: 10 |
| PartnerCoreService_OnboardingFieldLabel_consentDataClusters | Field from the onboarding portal that maps to data clusters <br />**Default**: Scope |
| PartnerCoreService_OnboardingFieldLabel_consentDurationPeriod | Field from the partner onboarding portal that maps to consent duration period <br />**Default**: Duration Period |
| PartnerCoreService_OnboardingFieldLabel_consentDurationType | Field from the onboarding portal that maps to consent duration type <br />**Default**: Duration Type |
| PartnerCoreService_OnboardingFieldLabel_consentLookbackPeriod | Field from the onboarding portal that maps to consent lookback period <br />**Default**: Lookback Period |
| PartnerCoreService_OnboardingFieldLabel_intermediaryHomeUrl | Field from the onboarding portal that maps to intermediary uri <br />**Default**: Intermediary URI |
| PartnerCoreService_OnboardingFieldLabel_intermediaryLogoUrl | Field from the onboarding portal that maps to intermediary logo uri <br />**Default**: Intermediary Logo URI |
| PartnerCoreService_OnboardingFieldLabel_intermediaryme | Field from the onboarding portal that maps to intermediary name <br />**Default**: Intermediary Name |
| PartnerCoreService_OnboardingFieldLabel_intermediaryRegisteredEntityId | Field from the onboarding portal that maps to intermediary registered entity id <br />**Default**: Intermediary Registered Entity Id |
| PartnerCoreService_OnboardingFieldLabel_intermediaryRegisteredEntityName | Field from the onboarding portal that maps to intermediary registered entity name <br />**Default**: Intermediary Registered Entity Name |
| PartnerCoreService_OnboardingFieldLabel_intermediaryRegistry | Field from the onboarding portal that maps to intermediary registry <br />**Default**: Intermediary Registry |
| PartnerCoreService_OnboardingFieldLabel_partnerHomeUrl | Field from the onboarding portal that maps to partner home url <br />**Default**: Website |
| PartnerCoreService_OnboardingFieldLabel_partnerLogoUrl | Field from the onboarding portal that maps to logo uri <br />**Default**: Logo URI |
| PartnerCoreService_OnboardingFieldLabel_partnerRegisteredEntityId | Field from the onboarding portal that maps to partner registered entity id <br />**Default**: Registered Entity Id |
| PartnerCoreService_OnboardingFieldLabel_partnerRegisteredEntityName | Field from the onboarding portal that maps to registered entity name <br />**Default**: Registered Entity Name |
| PartnerCoreService_OnboardingFieldLabel_partnerRegistry | Field from the onboarding portal that maps to partner registry <br />**Default**: Registry |
| PartnerCoreService_OnboardingFieldLabel_partnerType | Field from the onboarding portal that maps to partner type <br />**Default**: Entity Type |
| defaultPageSize | Default number of records in a single page <br />**Default**: 10 |
| maxPageSize | Maximum allowed number of records in a single page <br />**Default**: 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 <br />Default: TRUE |
| revokeRefeshTokenOnConsentExpiry | If refresh token needs to be revoked if consent expires <br />**Default**: TRUE |
Loading