
User17175620332484798940 (Customer) asked a question.
Looking at the systems logs for my Identity Provider, I see the error Authenticate user with social login FAILURE: Unable to retrieve an access token for the Identity Provider. I am trying to get some more info if this is a formatting issue or etc.
The current response from my /token endpoint is
{
"access_token": "78718f64-30de-4060-a444-0ff153e3efaa",
"token_type": "Bearer",
"id_token": "eyJhbGciOiJSUXChIyUHWlBDCcbNWl3OKz3b8z5beVsS53vMVsd62hxjA7Mi2KsiasHnpmoXxF7RvnHZQkqhUTgyiB3Ev1uhGJCPqU3ed4RG3tOuaaRu8Omgn-pI8PNGmODWMEPBTEYbAF-2aT4e5EFwS48ht1ZX9c9SWmd8BiQw4guuB8CmEvNu8T8NPIiLYh9R2FJi9VIdFhY9OsJrsia6vP0Uws3Rp8GkmiDEMIiB6m736hL2TKfIuDA","expires_in": 36000,"scope": "openid"
}
The ID Token is created as such in Python, where the access token is currently a UUID.id_token = jwt.encode(claims, jwk_key.to_dict(),algorithm='RS256', access_token=access_token)
Do advise on how I can get more info on this log!

Hello @User17175620332484798940 (Customer) Thank you for posting on our Community page!
There was a similar question posted on our Dev forum, please see below:
https://devforum.okta.com/t/invalid-social-token-could-not-acquire-access-token-from-authorization-code/21426
Additionally if you need further assistance we recommend to leverage the Okta Developer forums for this type of questions and take advantage of their expertise.
https://devforum.okta.com/
Thank you for reaching out to our Community and have a great day!
--
Join the Ask Me Anything online event on June 13, 2024 to discuss the new Govern Okta Admin Roles feature with our Experts