Skip to main content

issuer.proto

path agntcy/identity/core/v1alpha1/issuer.proto

package agntcy.identity.core.v1alpha1


Messages

Issuer

A Identity Issuer

NameTypeDescription
organizationoptional stringThe organization of the issuer
sub_organizationoptional stringThe sub organization of the issuer
common_nameoptional stringThe common name of the issuer Could be a FQDN or a FQDA
public_keyoptional JwkThis 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_keyoptional JwkThis field is optional The private key of the issuer in JWK format