@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Interface AuthenticationPortal

    Authentication portal configuration

    interface AuthenticationPortal {
        cookie?: { domain?: string; lifetime?: string; path?: string };
        identity_providers?: string[];
        identity_stores?: string[];
        name: string;
        transform_user?: Record<string, unknown>;
        ui?: { custom_css?: string; logo_url?: string; theme?: string };
    }
    Index

    Properties

    cookie?: { domain?: string; lifetime?: string; path?: string }

    Cookie settings

    Type Declaration

    • Optionaldomain?: string

      Cookie domain

    • Optionallifetime?: string

      Cookie lifetime

    • Optionalpath?: string

      Cookie path

    identity_providers?: string[]

    Identity providers enabled for this portal

    identity_stores?: string[]

    Identity stores enabled for this portal

    name: string

    Portal name (referenced by portal_name in handlers)

    transform_user?: Record<string, unknown>

    Transform rules for user claims

    ui?: { custom_css?: string; logo_url?: string; theme?: string }

    UI customization settings

    Type Declaration

    • Optionalcustom_css?: string

      Custom CSS

    • Optionallogo_url?: string

      Logo URL

    • Optionaltheme?: string

      Theme name