CustomJwtAuthenticationSettings interface
Custom JWT authentication settings for namespace resource.
Properties
issuer |
Information about the certificate that is used for token validation. We currently support maximum 2 certificates. |
token |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript