
User15790390408613851021 (Customer) asked a question.
Hi All,
On login to okta, Okta redirect back to browser and sets okta-token-storage in application browser. Recently I have noticed that I see a value attribute is missing in okta-token-storage from IdToken and accessToken. Please let us know how to fix this issue or okta library to be updated to * version ?
{
"idToken": {
"value": "" // why value field is missing
"idToken": "",
"claims": {
"sub": "",
"name": "",
"email": "",
"ver": 1,
"iss": "",
"aud": "",
"iat": ,
"exp": ,
"jti": "",
"amr": [
"pwd",
"mfa",
"swk"
],
"idp": "",
"nonce": "",
"preferred_username": "",
"auth_time": ,
"at_hash": ""
},
"expiresAt": 1639125331,
"scopes": [
"email",
"profile",
"openid"
],
"authorizeUrl": "",
"issuer": "",
"clientId": ""
},
"accessToken": {
"value":"" // why value field is missing ?
"accessToken": "",
"claims": {
"ver": 1,
"jti": "",
"iss": "",
"aud": "",
"iat": 1639154731,
"exp": 1639125331,
"cid": "",
"uid": "",
"scp": [
"email",
"profile",
"openid"
],
},
"expiresAt": ,
"tokenType": "",
"scopes": [
"email",
"profile",
"openid"
],
"authorizeUrl": "",
"userinfoUrl": ""
}
}

Thank you for reaching out to Okta Support, my name is Catalin.
Based on the information you provided, I would strongly suggest you open a new case with our support engineers so we can better troubleshoot the missing attribute based on logs and user information.
Thank you.