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