IssuerCertificateInfo interface
Information about the certificate that is used for token validation.
Properties
certificate |
Keyvault certificate URL in https://keyvaultname.vault.azure.net/certificates/certificateName/certificateVersion format. |
identity | The identity that will be used to access the certificate. |
Property Details
certificateUrl
Keyvault certificate URL in https://keyvaultname.vault.azure.net/certificates/certificateName/certificateVersion format.
certificateUrl: string
Property Value
string
identity
The identity that will be used to access the certificate.
identity?: CustomJwtAuthenticationManagedIdentity
Property Value
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