CustomJwtAuthenticationSettings interface

Custom JWT authentication settings for namespace resource.

Properties

issuerCertificates

Information about the certificate that is used for token validation. We currently support maximum 2 certificates.

tokenIssuer

Expected JWT token issuer.

Property Details

issuerCertificates

Information about the certificate that is used for token validation. We currently support maximum 2 certificates.

issuerCertificates?: IssuerCertificateInfo[]

Property Value

tokenIssuer

Expected JWT token issuer.

tokenIssuer?: string

Property Value

string