MonoCloud Management SDK
    Preparing search index...

    Interface PushedAuthorizationOptions

    Pushed Authorization Options Response: Represents the tenant-wide Pushed Authorization Request (PAR) configuration.

    PushedAuthorizationOptions

    interface PushedAuthorizationOptions {
        enable_pushed_authorization_requests: boolean;
        require_pushed_authorization_requests: boolean;
    }
    Index

    Properties

    enable_pushed_authorization_requests: boolean

    Specifies whether Pushed Authorization Requests (PAR) are enabled for the tenant.

    PushedAuthorizationOptions

    require_pushed_authorization_requests: boolean

    Specifies whether Pushed Authorization Requests (PAR) are required tenant-wide for all authorization requests.

    When enabled, this setting overrides any client-specific PAR configuration and enforces PAR usage for all clients within the tenant.

    PushedAuthorizationOptions