Hi All,
We are trying to connect OKTA as a social provider for Auth0. After following instructions ( Configure Okta as OAuth2 Identity Provider ) , we are facing the following error
{
“statusCode”: 403,
“data”: “{“error”:“invalid_grant”,“error_description”:“Invalid authorization code”}”
}
The OKTA logs suggest a successful login but the Auth0 logs show a failure in exchanging tokens.
{
“date”: “2020-01-15T06:52:56.760Z”,
“type”: “feacft”,
“description”: “Invalid authorization code”,
“connection_id”: “”,
“client_id”: “AgDbMtaVg0QkFBloR3nJt_XxswdbWjdD”,
“client_name”: “All Applications”,
“ip”: “35.160.3.103”,
“user_agent”: “Other 0.0.0 / Other 0.0.0”,
“details”: {
“code”: “*************huf”,
“device_id”: “v0:a9286bf0-3763-11ea-a1a2-d1215260b6cd”
},
“hostname”: “ayatana.auth0.com”,
“user_id”: “”,
“user_name”: “”,
“log_id”: “90020200115065259624000556831240605771216821007396372578”,
“_id”: “90020200115065259624000556831240605771216821007396372578”,
“isMobile”: false
}
Please can you help. It will be ideal if we can get on to a call and discuss.