Auth0 Universal Components
    Preparing search index...

    Interface SsoProviderCreateLogicProps

    interface SsoProviderCreateLogicProps {
        backButton?: SsoProviderCreateBackButton;
        configure?: ProviderConfigureFormValues | null;
        customMessages?: Partial<SsoProviderCreateMessages>;
        details?: { display_name: string; name: string } | null;
        filteredStrategies: IdpStrategyEnum[];
        formData: FormState;
        idpConfig?: IdentityProvidersConfig | null;
        isCreating: boolean;
        isCrossAppAccessReadOnly?: boolean;
        isLoadingConfig: boolean;
        isLoadingIdpConfig: boolean;
        isOrganizationBlocked?: boolean;
        showCrossAppAccess?: boolean;
        showThirdPartyAccess?: boolean;
        strategy?: IdpStrategyEnum;
        styling?: ComponentStyling<SsoProviderCreateClasses>;
    }
    Index

    Properties

    configure?: ProviderConfigureFormValues | null
    customMessages?: Partial<SsoProviderCreateMessages>
    details?: { display_name: string; name: string } | null
    filteredStrategies: IdpStrategyEnum[]
    formData: FormState
    idpConfig?: IdentityProvidersConfig | null
    isCreating: boolean
    isCrossAppAccessReadOnly?: boolean
    isLoadingConfig: boolean
    isLoadingIdpConfig: boolean
    isOrganizationBlocked?: boolean
    showCrossAppAccess?: boolean
    showThirdPartyAccess?: boolean
    strategy?: IdpStrategyEnum
    styling?: ComponentStyling<SsoProviderCreateClasses>