perrybutler / WP-OAuth

A WordPress plugin that allows users to login or register by authenticating with an existing Google, Facebook, LinkedIn, Github, Reddit or Windows Live account via OAuth 2.0. Easily drops into new or existing sites, integrates with existing users.
GNU General Public License v2.0
97 stars 76 forks source link

After successfull external auth i get a malformed flash popup #46

Open grzchr15 opened 8 years ago

grzchr15 commented 8 years ago

First redirect back https://blog.example.com/mybloghome/?state=57166c690ab387.51925676&code=4/v2nHiF6t7RYAbLKEw4e6znJDgHo2RjOBtUJorJ6yJH0# which redirects to http://blog.example.com/mybloghome/?state=57166c690ab387.51925676&code=4/v2nHiF6t7RYAbLKEw4e6znJDgHo2RjOBtUJorJ6yJH0# which is wrong as the whole site is run via https

Status: easy reproducable

Xtremefaith commented 8 years ago

Out of curiosity, when you attempted this was it with a user that already exist in your WordPress database that hadn't yet been connected to your OAuth account?