Hello, I hope I posted in the right section.
I recently upgraded my angular okta widget for my SPA from 7.4.0 to 7.17.2 . Before making this change in our prod server, I created a test application on the okta admin console and i’m currently using that for testing.
Before when I’d get a push notification, i would verify it and I could sign in. Now after verifying the push notification, the page is stuck on the “push sent” and does not sign me in.
So
- I was able to get to Okta login and put in my credentials
- Okta server sent push to my phone
- I approved it on my phone “Yes, it’s me”
- Okta login expired with “Haven’t received a push notification yet? Try opening the Okta Verify App on your phone.”
I don’t see any errors in the console or network tab of the dev tools on chrome. And entering the code manually also has the same issue. And when I check the admin console system log, I see that “Evaluation of sign on policy” is Allow but never success. I’m not sure if it’s an issue with my code or if i incorrectly set up the application on the okta admin console.
EDIT: Last call I see in the dev tool is /oauth2/v1/authorize?client_id which completes with a 200 status