CustomJwtAuthenticationSettings interface
Custom JWT authentication settings for namespace resource.
Properties
| encoded |
Information about the encoded public certificates that are used for custom authentication. |
| issuer |
Information about the certificates that are used for token validation. We currently support maximum 2 certificates. |
| token |
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