From 19518a554b127703cabf60f9f23c10d104bb68c8 Mon Sep 17 00:00:00 2001 From: lbadenhop Date: Fri, 4 Oct 2024 15:45:05 -0700 Subject: [PATCH] Format images, examples, defaults --- .../ampint-environment-properties.md | 92 +++++++++---------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/content/en/docs/Configuration/ampint-environment-properties.md b/content/en/docs/Configuration/ampint-environment-properties.md index f5e69e1..9f90625 100644 --- a/content/en/docs/Configuration/ampint-environment-properties.md +++ b/content/en/docs/Configuration/ampint-environment-properties.md @@ -16,13 +16,13 @@ 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 @@ -30,49 +30,49 @@ The following environment properties must be set up in each customer's data plan | Environment Property Name | Description | |--------------------------------------------------------------------------|--------------| -| Connections_APIFrontendUrl | URL to access the FDX APIs
Example:`https://griffin-design.openbanking.example.net:4443/` | -| Connections_realmName | Realm Name in the authorization server representing customer tenant
Example: griffin-design | -| FDX_Accounts_Search_basePath | Basepath of the FDX Accounts API
Default: /fdx/v6/core/accounts | -| FDX_Authorization_consentDurationOneTimePeriod | Default duration value (in days) for ONE_TIME consent
Default: 1 | -| FDX_Authorization_consentDurationPersistentPeriod | Default long time duration of PERSISTENT consent
Default: 36525 | -| FDX_Authorization_consentDurationSupportedTypes | Supported duration types of consent
Default: TIME_BOUND,ONE_TIME,PERSISTENT | -| FDX_Authorization_consentDurationTimeBoundMax | Maximum allowed duration period (in days) for TIME_BOUND consent
Default: 365 | -| FDX_Authorization_consentDurationTimeBoundMin | Minimum allowed duration period (in days) for TIME_BOUND consent
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
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
Default: 1 | -| FDX_Authorization_consentSupportedDataClusters | Supported enumerations or types of the clusters of data elements that can be requested in a consent grant
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
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
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
Default: MEDIUM | -| FDX_Kafka_Publish_Notification_severity | Severity level of the logged events
Default: INFO | -| FDX_Kafka_Publish_Notification_tenantType | Type of the tenant
Default: DATA_PROVIDER | -| FDX_Notification_Subscription_eventTypes | Supported event types for subscription
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
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
Default: 10 | -| Generic_Authorization_scaMethodEnabled | If strong customer authentication is enabled
Default: TRUE | +| Connections_APIFrontendUrl | URL to access the FDX APIs
**Example**:`https://griffin-design.openbanking.example.net:4443/` | +| Connections_realmName | Realm Name in the authorization server representing customer tenant
**Example**: griffin-design | +| FDX_Accounts_Search_basePath | Basepath of the FDX Accounts API
**Default**: /fdx/v6/core/accounts | +| FDX_Authorization_consentDurationOneTimePeriod | Default duration value (in days) for ONE_TIME consent
**Default**: 1 | +| FDX_Authorization_consentDurationPersistentPeriod | Default long time duration of PERSISTENT consent
**Default**: 36525 | +| FDX_Authorization_consentDurationSupportedTypes | Supported duration types of consent
**Default**: TIME_BOUND,ONE_TIME,PERSISTENT | +| FDX_Authorization_consentDurationTimeBoundMax | Maximum allowed duration period (in days) for TIME_BOUND consent
**Default**: 365 | +| FDX_Authorization_consentDurationTimeBoundMin | Minimum allowed duration period (in days) for TIME_BOUND consent
**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
**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
**Default**: 1 | +| FDX_Authorization_consentSupportedDataClusters | Supported enumerations or types of the clusters of data elements that can be requested in a consent grant
**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
**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
**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
**Default**: MEDIUM | +| FDX_Kafka_Publish_Notification_severity | Severity level of the logged events
**Default**: INFO | +| FDX_Kafka_Publish_Notification_tenantType | Type of the tenant
**Default**: DATA_PROVIDER | +| FDX_Notification_Subscription_eventTypes | Supported event types for subscription
**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
**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
**Default**: 10 | +| Generic_Authorization_scaMethodEnabled | If strong customer authentication is enabled
**Default**: TRUE | | Generic_Authorization_scaMethodExplanation | Description of the SCA method used | -| Generic_Authorization_scaMethodName | SCA method name
Default: Keycloak Redirection | -| Generic_Authorization_scaMethodProtocol | SCA method protocol
Default: REDIRECT | -| Generic_Authorization_scaMethodRedirectUrl | SCA method redirect URL
Example: `https://auth.openbanking.example.net/realms/griffin-design/protocol/openid-connect/auth` | -| PartnerCoreService_CacheExpirationInMinutes | Cache expiration time in minutes
Default: 10 | -| PartnerCoreService_OnboardingFieldLabel_consentDataClusters | Field from the onboarding portal that maps to data clusters
Default: Scope | -| PartnerCoreService_OnboardingFieldLabel_consentDurationPeriod | Field from the partner onboarding portal that maps to consent duration period
Default: Duration Period | -| PartnerCoreService_OnboardingFieldLabel_consentDurationType | Field from the onboarding portal that maps to consent duration type
Default: Duration Type | -| PartnerCoreService_OnboardingFieldLabel_consentLookbackPeriod | Field from the onboarding portal that maps to consent lookback period
Default: Lookback Period | -| PartnerCoreService_OnboardingFieldLabel_intermediaryHomeUrl | Field from the onboarding portal that maps to intermediary uri
Default: Intermediary URI | -| PartnerCoreService_OnboardingFieldLabel_intermediaryLogoUrl | Field from the onboarding portal that maps to intermediary logo uri
Default: Intermediary Logo URI | -| PartnerCoreService_OnboardingFieldLabel_intermediaryme | Field from the onboarding portal that maps to intermediary name
Default: Intermediary Name | -| PartnerCoreService_OnboardingFieldLabel_intermediaryRegisteredEntityId | Field from the onboarding portal that maps to intermediary registered entity id
Default: Intermediary Registered Entity Id | -| PartnerCoreService_OnboardingFieldLabel_intermediaryRegisteredEntityName | Field from the onboarding portal that maps to intermediary registered entity name
Default: Intermediary Registered Entity Name | -| PartnerCoreService_OnboardingFieldLabel_intermediaryRegistry | Field from the onboarding portal that maps to intermediary registry
Default: Intermediary Registry | -| PartnerCoreService_OnboardingFieldLabel_partnerHomeUrl | Field from the onboarding portal that maps to partner home url
Default: Website | -| PartnerCoreService_OnboardingFieldLabel_partnerLogoUrl | Field from the onboarding portal that maps to logo uri
Default: Logo URI | -| PartnerCoreService_OnboardingFieldLabel_partnerRegisteredEntityId | Field from the onboarding portal that maps to partner registered entity id
Default: Registered Entity Id | -| PartnerCoreService_OnboardingFieldLabel_partnerRegisteredEntityName | Field from the onboarding portal that maps to registered entity name
Default: Registered Entity Name | -| PartnerCoreService_OnboardingFieldLabel_partnerRegistry | Field from the onboarding portal that maps to partner registry
Default: Registry | -| PartnerCoreService_OnboardingFieldLabel_partnerType | Field from the onboarding portal that maps to partner type
Default: Entity Type | -| defaultPageSize | Default number of records in a single page
Default: 10 | -| maxPageSize | Maximum allowed number of records in a single page
Default: 100 | +| Generic_Authorization_scaMethodName | SCA method name
**Default**: Keycloak Redirection | +| Generic_Authorization_scaMethodProtocol | SCA method protocol
**Default**: REDIRECT | +| Generic_Authorization_scaMethodRedirectUrl | SCA method redirect URL
**Example**: `https://auth.openbanking.example.net/realms/griffin-design/protocol/openid-connect/auth` | +| PartnerCoreService_CacheExpirationInMinutes | Cache expiration time in minutes
**Default**: 10 | +| PartnerCoreService_OnboardingFieldLabel_consentDataClusters | Field from the onboarding portal that maps to data clusters
**Default**: Scope | +| PartnerCoreService_OnboardingFieldLabel_consentDurationPeriod | Field from the partner onboarding portal that maps to consent duration period
**Default**: Duration Period | +| PartnerCoreService_OnboardingFieldLabel_consentDurationType | Field from the onboarding portal that maps to consent duration type
**Default**: Duration Type | +| PartnerCoreService_OnboardingFieldLabel_consentLookbackPeriod | Field from the onboarding portal that maps to consent lookback period
**Default**: Lookback Period | +| PartnerCoreService_OnboardingFieldLabel_intermediaryHomeUrl | Field from the onboarding portal that maps to intermediary uri
**Default**: Intermediary URI | +| PartnerCoreService_OnboardingFieldLabel_intermediaryLogoUrl | Field from the onboarding portal that maps to intermediary logo uri
**Default**: Intermediary Logo URI | +| PartnerCoreService_OnboardingFieldLabel_intermediaryme | Field from the onboarding portal that maps to intermediary name
**Default**: Intermediary Name | +| PartnerCoreService_OnboardingFieldLabel_intermediaryRegisteredEntityId | Field from the onboarding portal that maps to intermediary registered entity id
**Default**: Intermediary Registered Entity Id | +| PartnerCoreService_OnboardingFieldLabel_intermediaryRegisteredEntityName | Field from the onboarding portal that maps to intermediary registered entity name
**Default**: Intermediary Registered Entity Name | +| PartnerCoreService_OnboardingFieldLabel_intermediaryRegistry | Field from the onboarding portal that maps to intermediary registry
**Default**: Intermediary Registry | +| PartnerCoreService_OnboardingFieldLabel_partnerHomeUrl | Field from the onboarding portal that maps to partner home url
**Default**: Website | +| PartnerCoreService_OnboardingFieldLabel_partnerLogoUrl | Field from the onboarding portal that maps to logo uri
**Default**: Logo URI | +| PartnerCoreService_OnboardingFieldLabel_partnerRegisteredEntityId | Field from the onboarding portal that maps to partner registered entity id
**Default**: Registered Entity Id | +| PartnerCoreService_OnboardingFieldLabel_partnerRegisteredEntityName | Field from the onboarding portal that maps to registered entity name
**Default**: Registered Entity Name | +| PartnerCoreService_OnboardingFieldLabel_partnerRegistry | Field from the onboarding portal that maps to partner registry
**Default**: Registry | +| PartnerCoreService_OnboardingFieldLabel_partnerType | Field from the onboarding portal that maps to partner type
**Default**: Entity Type | +| defaultPageSize | Default number of records in a single page
**Default**: 10 | +| maxPageSize | Maximum allowed number of records in a single page
**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
Default: TRUE | +| revokeRefeshTokenOnConsentExpiry | If refresh token needs to be revoked if consent expires
**Default**: TRUE |