Skip to main content
Skip table of contents

Federation Widget

Definition

Two widgets are available to edit and display the Federation bound to a Resource :

  • The Federation Edit Widget is used to configure/manage the Federation corresponding to an application Resource

  • The Federation Display Widget is used to display the Federation configuration

Federation Edit Widget

Federation Display Widget

No federation currently configured

No federation currently configured

image-20250217-222937.png

image-20250217-222844.png

Configuration

These widgets are standalone widgets designed to be used in a UI_FOR_OBJECT Feature with the RESOURCE Object kind.

Widget

Properties

The widget has no specific properties.

Example

Federation Edit Widget

Federation Display Widget

XML
<widget id="federation-edit" xsi:type="ctdbum:FederationEditWidgetType">
    <hidden>false</hidden>
    <displayOptions>
      <modalSize>LG</modalSize>
    </displayOptions>
    <config>
      <bordered>false</bordered>
      <title>false</title>
    </config>
</widget>
XML
<widget id="federation-display" xsi:type="ctdbum:FederationDisplayWidgetType">
    <hidden>false</hidden>
    <displayOptions>
      <modalSize>LG</modalSize>
    </displayOptions>
    <config>
      <bordered>true</bordered>
      <title>true</title>
    </config>
</widget>

Settings

The widget needs to have the following settings configured in the dataset.

Setting Name

Mandatory

Type

Description

amcp.am.available-authentication-levels

YES

List<Integer>

The authentication levels supported by the tenant.

amcp.am.default-assertion-signature-certificates.saml

NO

String

The default certificate used to sign SAML assertions. Will be pre-selected when creating a SAML Federation.

Must be included in the keys of amcp.am.instances.<instanceName>.configuration.assertion-signature-certificates

amcp.am.default-assertion-signature-certificates.ws-fed

NO

String

The default certificate used to sign WSFED assertions. Will be pre-selected when creating a WSFED Federation.

Must be included in the keys of amcp.am.instances.<instanceName>.configuration.assertion-signature-certificates

amcp.am.federation-reporting-collection

YES

String

Identifier of reporting configuration containing federations.

amcp.am.federation-mapping-reporting-collection

YES

String

Identifier of reporting configuration containing federation mappings.

I18n

Some i18n keys are dependent on the configuration and must be configured manually.

Read Next

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.