I’m experiencing an intermittent issue with Okta integration with Access. I implemented this yesterday, following the Okta integration technote, and everything worked as expected. Today, when I attempt to access a resource protected by Access with Okta authentication, it is failing. I run Test for the integration under Settings | Authentication | Login Methods and I get:
Failed to get your identity
Looks like something went wrong. Here are the details.
OKTA ERROR: Failed to exchange code for token
{
“errorCode”: “E0000006”,
“errorSummary”: “You do not have permission to perform the requested action”,
“errorLink”: “E0000006”,
“errorId”: “oae7pgSHFdVSZi8QxdbcA3IVw”,
“errorCauses”:
}
The strange thing is I get a successful connection about 30% of the time when I run the test. That leads me to believe it is not a permission issue.
Any idea how I can begin troubleshooting this issue?