<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
0D54z00007L6V9JCAVOkta Classic EngineAuthenticationAnswered2021-12-19T18:13:28.000Z2021-12-16T16:50:38.000Z2021-12-19T18:13:28.000Z
On login okta-token-storage set in browser application is missing value attribute

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": ""

  }

}

 

 


  • User15815442820898782214 (Vendor Management)

    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.

    Expand Post
This question is closed.
Loading
On login okta-token-storage set in browser application is missing value attribute