I’m able to get the examples for older versions of the Okta Widget to work – version 3 or so, but newest versions are version 6.5 or 6.6. For those versions, although the developer account I’m using says the request was successful (and this only happens on a correct password, not using MFA yet) the Okta login widget just spins. All I’m trying to do is a Single Page App, that does a login to get an ID token and access token, and prints them out on the page.
Also, the developer documentations mentions “Interaction code” as a grant type, but this isn’t available (visible) on my developer account for Single Page App, so I’m not sure if that’s the problem.
Can someone point me to some example code that works? And maybe provide some tips on how to debug the widget? As I said, the interaction from the server logs appears as though the interaction / login was successful, but the widget just spins. This happens in both Microsoft Edge and Chrome.
Steve