Skip to content

Commit

Permalink
Add azp to introspect token result (Nerzal#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanduri1998 authored Nov 5, 2024
1 parent f311a59 commit f432da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ type IntroSpectTokenResult struct {
AuthTime *int `json:"auth_time,omitempty"`
Jti *string `json:"jti,omitempty"`
Type *string `json:"typ,omitempty"`
Azp *string `json:"azp,omitempty"`
}

// User represents the Keycloak User Structure
Expand Down

0 comments on commit f432da5

Please sign in to comment.