Member Junction
    Preparing search index...

    Base implementation of IAuthProvider with common functionality Concrete providers should extend this class and use

    decorator with BaseAuthProvider as the base class

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    audience: string

    The expected audience for tokens from this provider

    clientId?: string

    OAuth client ID for this provider (used by OAuth proxy for upstream auth)

    issuer: string

    The issuer URL for this provider (must match the 'iss' claim in tokens)

    jwksClient: JwksClient
    jwksUri: string

    The JWKS endpoint URL for retrieving signing keys

    name: string

    Unique name identifier for this provider

    Methods