oktadev/okta-wordpress-sign-in-widget

Empty wp-login.php page

jeremyHixonFW opened this issue · 6 comments

It's not a 5** or anything. There's content in there. Looks like the base code for the login page. I know the login is succesfull but when it redirects back to wp-login.php I am not logged in and there are no error messages.

image

I'm getting the same blank page. Have you figured what may be going on?

I'm getting the same blank page. Have you figured what may be going on?

I have not. I did a fresh install and it happens a lot less often but it still happens occasionally when I log out. I am logged out but I land on a blank page.

Put me in the same boat as the others. Blank screen on login...

Edit: In console I'm getting a 401 error when trying to hit the Issuer URI. I'll see if there's a user mismatch...

Following up on this in case anyone else has the same issue: I think my initial problem was in my Okta App setup. Make sure you choose Oauth > Single Page Application when setting up your new app. After I did that, everything worked as intended.

siran commented

Following up on this in case anyone else has the same issue: I think my initial problem was in my Okta App setup. Make sure you choose Oauth > Single Page Application when setting up your new app. After I did that, everything worked as intended.

Confirmed! Using Single Page Application works like a charm.

JTF88 commented

Does someone mind sharing the SPA configuration? I am still getting the 401 based on the SPA configuration. I've tried in both Production Okta and Developer. Do I need certain ports to be open?