<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000A4QGmmCQGOkta Classic EngineAdministrationAnswered2025-05-03T09:01:12.000Z2024-03-28T23:55:07.000Z2024-04-01T22:57:05.000Z

7wpoz (7wpoz) asked a question.

Why can't I see full attributes and claims for my application

I created an application integration (OIDC, Web Application) and assigned a user to the application. From the okta Admin UI, it says: Claims for this token includes all user attribute on the app profile.

Image is not available
 

But, if I go to the third party application, it seem like it's not seeing all the attribute and claim info the the token. It's missing info like user email, title, etc. See output (with data altered):

Attributes:

  issuer:      https://trial-123456.okta.com

  subject:     00xxxxgpi2m1XXXXXX

  token_claims:

  {

  "amr": [

  "swk",

  "okta_verify"

  ],

  "at_hash": "4xxxxQC5gn2WxmtLxxxXXXX",

  "aud": "0oacqqejxcUBxxxxxxx",

  "auth_time": 1711667741,

  "exp": 171112345,

  "iat": 171112345,

  "idp": "00oxxxq78kjXi12345",

  "iss": "https://trial-123456.okta.com",

  "jti": "ID.XXXXXXXbch8tc6j1DoxZakjM_guxFJjAmXXXXXXX",

  "nonce": "EZxxx7KrMwXXXXXXX",

  "sub": "00uxxxgpi2XXXXXXXX",

  "ver": 1

  }

  userinfo_claims:

  {

  "sub": "00uxxxgpi2XXXXXXXX"

  }


This question is closed.
Loading
Why can't I see full attributes and claims for my application