Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.19 KB

ClientTrustOAuth2JwtGrantIssuer.md

File metadata and controls

16 lines (12 loc) · 1.19 KB

Ory.Client.Model.ClientTrustOAuth2JwtGrantIssuer

Trust OAuth2 JWT Bearer Grant Type Issuer Request Body

Properties

Name Type Description Notes
AllowAnySubject bool The "allow_any_subject" indicates that the issuer is allowed to have any principal as the subject of the JWT. [optional]
ExpiresAt DateTime The "expires_at" indicates, when grant will expire, so we will reject assertion from "issuer" targeting "subject".
Issuer string The "issuer" identifies the principal that issued the JWT assertion (same as "iss" claim in JWT).
Jwk ClientJsonWebKey
Scope List<string> The &quot;scope&quot; contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])
Subject string The &quot;subject&quot; identifies the principal that is the subject of the JWT. [optional]

[Back to Model list] [Back to API list] [Back to README]