Home
last modified time | relevance | path

Searched refs:BoundClaimsType (Results 1 – 5 of 5) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_role.go201 BoundClaimsType string `json:"bound_claims_type"` member
241 if role.BoundClaimsType == "" {
242 role.BoundClaimsType = boundClaimsTypeString
308 "bound_claims_type": role.BoundClaimsType,
457 role.BoundClaimsType = boundClaimsType
H A Dpath_role_test.go78 BoundClaimsType: "string",
556 BoundClaimsType: "string",
H A Dpath_login.go134 …if err := validateBoundClaims(b.Logger(), role.BoundClaimsType, role.BoundClaims, allClaims); err …
H A Dprovider_gsuite_test.go595 err = validateBoundClaims(b.Logger(), jwtRole.BoundClaimsType, jwtRole.BoundClaims, allClaims)
H A Dpath_oidc.go300 …if err := validateBoundClaims(b.Logger(), role.BoundClaimsType, role.BoundClaims, allClaims); err …