onvif
    Preparing search index...

    Interface AuthorizationServerConfigurationData

    interface AuthorizationServerConfigurationData {
        certificateID?: string;
        certPathValidationPolicyID?: string;
        clientAuth?: string;
        clientID?: string;
        clientSecret?: string;
        keyID?: string;
        scope?: string;
        serverUri: string;
        type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    certificateID?: string

    Certificate identifier for the self_signed_tls_client_auth authentication method

    certPathValidationPolicyID?: string

    The unique identifier of the certification path validation policy to be used for validating the server certificate.

    clientAuth?: string

    How to authenticate with the server, tas:ClientAuthenticationMethod lists the acceptable values

    clientID?: string

    Client identifier issued by the authorization server

    clientSecret?: string

    Client secret used to authenticate with the authorization server

    keyID?: string

    Key identifier for the private_key_jwt authentication method

    scope?: string

    The requested access scope(s)

    serverUri: string

    Authorization server metadata endpoint conforming to RFC8414, such as "https://your.domain/.well-known/openid-configuration"

    type: string

    The type of configuration, tas:AuthorizationServerConfigurationType lists the acceptable values