Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing field in IntrospectTokenResult i guess? #498

Open
ahcognmm opened this issue Dec 30, 2024 · 0 comments
Open

Missing field in IntrospectTokenResult i guess? #498

ahcognmm opened this issue Dec 30, 2024 · 0 comments

Comments

@ahcognmm
Copy link

gocloak/models.go

Lines 186 to 197 in 77d3ec8

type IntroSpectTokenResult struct {
Permissions *[]ResourcePermission `json:"permissions,omitempty"`
Exp *int `json:"exp,omitempty"`
Nbf *int `json:"nbf,omitempty"`
Iat *int `json:"iat,omitempty"`
Aud *StringOrArray `json:"aud,omitempty"`
Active *bool `json:"active,omitempty"`
AuthTime *int `json:"auth_time,omitempty"`
Jti *string `json:"jti,omitempty"`
Type *string `json:"typ,omitempty"`
Azp *string `json:"azp,omitempty"`
}

I think it is missing some fields such as: realm_access, resource_access, ... . Is there any purpose in missing this fields?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant