Skip to main content

Capabilities

Integration Surfaces

CYO applications can be surfaced in two primary ways:

SurfaceDescription
In-frame widgetAn iframe-based widget embedded inside Online Banking (OLB), managed through Experience Groups
Separate browser windowA hosted page launched outside the widget stack, still authenticated via SAML SSO

CYO widgets are the most common in-frame integration. The platform provides the widget container, applies the header (title and icon), and manages layout and stack behavior. The FI controls the endpoint content displayed inside the iframe.

CYO Widget Architecture

CYO Widget Features

CYO widgets configured in Experience Groups → Modern Widgets support:

FeatureDescription
Iframe embeddingCreated by selecting Yes for "Load Widget in IFrame?" when adding a new widget
Configurable URLSecure endpoint hosted by the FI or vendor
Layout optionsStandalone page or stack card placed in the widget stack
Header chromePlatform-managed title and icon with optional FI overrides — see Technical Reference
Responsive sizingWidget width adapts to column layout; height defaults to 600px with optional dynamic resizing
warning

Institutions have a maximum number of CYO widgets they can create. When the limit is reached, the add-new control is disabled and a Candescent support ticket is required to increase the count.


SAML SSO

CYO integrations use SAML to pass authenticated user data from Candescent Digital Banking to the FI-hosted application without requiring a second login.

Candescent Digital Banking acts as the Identity Provider (IdP). The FI or vendor application acts as the Service Provider (SP). SAML assertion fields, profiles, and validation rules are documented in the SAML Integration.


Administrative Permissions

CYO widgets expose role-based controls over metadata and URL editing:

Role / permissionCan edit metadataCan edit source URL
Candescent Admin (manage-global-widgets)
FI Admin (FI_WIDGETS_EDIT)
FI Admin (fi-widgets-read-only)View onlyView only

Legacy Widget Migration

FIs migrating to the Modern UI receive automatic conversion of legacy custom widgets into Modern CYO stack-card widgets:

Legacy propertyModern property
titleWidget Name
custom.configurationWidget URL

Migrated CYO widgets are added to the FI's widget stack but are deactivated by default. An FI Admin must explicitly activate them — see Getting Started.


Next Steps