JwtParameters.Issuer property

Gets the issuer (“iss”) claim from the JWT.

public string? Issuer { get; set; }

See Also