oidc: add standard references
- IDTokenClaims - IntrospectionResponse - UserInfo
This commit is contained in:
parent
54eae928c9
commit
c7f1319b39
3 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
package oidc
|
||||
|
||||
// UserInfo implements OpenID Connect Core 1.0, section 5.1.
|
||||
// https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims.
|
||||
type UserInfo struct {
|
||||
Subject string `json:"sub,omitempty"`
|
||||
UserInfoProfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue