Share via


CustomJwtAuthenticationSettings interface

Custom JWT authentication settings for namespace resource.

Properties

encodedIssuerCertificates

Information about the encoded public certificates that are used for custom authentication.

issuerCertificates

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

tokenIssuer

Expected JWT token issuer.

Property Details

encodedIssuerCertificates

Information about the encoded public certificates that are used for custom authentication.

encodedIssuerCertificates?: EncodedIssuerCertificateInfo[]

Property Value

issuerCertificates

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

issuerCertificates?: IssuerCertificateInfo[]

Property Value

tokenIssuer

Expected JWT token issuer.

tokenIssuer?: string

Property Value

string