issuer.proto
path agntcy/identity/core/v1alpha1/issuer.proto
package agntcy.identity.core.v1alpha1
Messages
Issuer
A Identity Issuer
Name | Type | Description |
---|---|---|
organization | optional string | The organization of the issuer |
sub_organization | optional string | The sub organization of the issuer |
common_name | optional string | The common name of the issuer Could be a FQDN or a FQDA |
public_key | optional Jwk | This field is optional The keys of the issuer in JWK format The public key is used to verify the signature of the different claims |
private_key | optional Jwk | This field is optional The private key of the issuer in JWK format |