mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 12:27:33 +00:00
fix(oidc): add missing fields to introspection (#6967)
during QA I found some user info and org ID was missing. This change adds those missing fields.
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
"nick_name": "muhlemmer",
|
||||
"display_name": "Tim Mohlmann",
|
||||
"avatar_key": null,
|
||||
"preferred_language": "en",
|
||||
"gender": 2,
|
||||
"email": "tim+tesmail@zitadel.com",
|
||||
"is_email_verified": true,
|
||||
"phone": "+40123456789",
|
||||
@@ -22,6 +24,7 @@
|
||||
"machine": null
|
||||
},
|
||||
"org": {
|
||||
"id": "231848297847848962",
|
||||
"name": "demo",
|
||||
"primary_domain": "demo.localhost"
|
||||
},
|
||||
|
Reference in New Issue
Block a user