Refresh token not available in the token response

I am trying to get the refresh token as part of my token response. But I am not able to see the refresh token in the token response, though I have the ‘Refresh Token’ enabled in the application. Can you kindly let me know what am I missing here?

My Okta domain: https://dev-233954-admin.oktapreview.com

Well known configuration URL: https://dev-233954.oktapreview.com/oauth2/default/.well-known/openid-configuration

Authorization request has the following scopes:

openid profile email phone address offline_access

My token response:

    "token_type": "Bearer",
    "expires_in": 3600,
    "scope": "offline_access phone openid email profile",
    "id_token": "eyJraWQiOiJ4c29hVlRBLU1WV3NQS2pJcVNCeGtyb3lxZ295dWpkaTlzQmdFbG4yd253IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIwMHVqNXhnbzdlOEFEVGFKYjBoNyIsIm5hbWUiOiJqcCBqcCIsImVtYWlsIjoianBAanAuY29tIiwidmVyIjoxLCJpc3MiOiJodHRwczovL2Rldi0yMzM5NTQub2t0YXByZXZpZXcuY29tL29hdXRoMi9kZWZhdWx0IiwiYXVkIjoiMG9haXVvcmh4OTl3QWpFakMwaDciLCJpYXQiOjE1NTQxMTgwNDEsImV4cCI6MTU1NDEyMTY0MSwianRpIjoiSUQuVGI3NnhWdzFKeEpFcFlrTE1TZFdLX09pYUtTcmFqZEJrLUlhbVRpZEpRMCIsImFtciI6WyJwd2QiXSwiaWRwIjoiMDBvaXV1Mm93c0RvVFh6SDQwaDciLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJqcEBqcC5jb20iLCJhdXRoX3RpbWUiOjE1NTQxMTgwMzksImF0X2hhc2giOiIyX3hVZnRZM09wYmFTbW9OS0lWeFNnIiwiZ3JvdXBzIjpbInZjb19zdXBlcnVzZXIiXX0.sVdtAnWZ7aQC6UwM9H7eNPtf6Pc4q_WpUPxIPhZEwlk3SCTJW7nn8HK4dmbwBB-PwAid7wMK6mQzawjrMEEvT8P5tJoqHxFGmWyGFCJCxNvOhptRdqKThtw_M5EjN_EIDw0O0o5MkP7ncr2fS-Pbf-K9WAhpts-yWhlikIpD4FgaEqGNyh5KXwujT0vRoyUet2ooHGFiA1EUxqQtnMWL3qC5kB2Z4pbS4cIqMuekfLRs_1R37I1tdsAoyE0hls0CBUkOeQIS_8sLWPv3WceOEv55ItMg6bkH_ldTI55fJ9ExVDFc6U-MC-S_OC6mSEos9Uki8dkj53zwuEFNsbGPTg"```

Hi @muthukrishnan

The configuration looks good. Can you please send an email to developers@okta.com to have this issue further investigated by a developer support engineer?

Thank you @dragos, I just sent an email with details.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.