Frodo Library - v4.0.0-24
    Preparing search index...

    Type Alias WSFedAuthenticationAction

    type WSFedAuthenticationAction = {
        attributeMapping?: {
            attributeContractFulfillment: {
                subject: { source: { id: string; type: string }; value: string };
            };
            attributeSources: [];
            issuanceCriteria: { conditionalCriteria: [] };
        };
        authenticationPolicyContractRef?: { id: string; location: string };
        authenticationSource?: { sourceRef: { id: string }; type: string };
        context?: string;
        inputUserIdMapping?: { source: { type: string }; value: string };
        type: string;
        userIdAuthenticated?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    attributeMapping?: {
        attributeContractFulfillment: {
            subject: { source: { id: string; type: string }; value: string };
        };
        attributeSources: [];
        issuanceCriteria: { conditionalCriteria: [] };
    }
    authenticationPolicyContractRef?: { id: string; location: string }
    authenticationSource?: { sourceRef: { id: string }; type: string }
    context?: string
    inputUserIdMapping?: { source: { type: string }; value: string }
    type: string
    userIdAuthenticated?: boolean