Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
I have researched the most popular questions on SO already (Question 1, Question 2, Question 3, Question 4, and Question 5)... None of them help with my situation.
I have the application settings laid out like this...
App Domains: azeverything.com
Sandbox Mode: Disabled
Website with Facebook Login
Site URL: http://azeverything.com
****App Domains*** requires that no protocol be identified and Site URL requires that a protocol be identified.*
I have tried using www.azeverything.com and that didn't work either. Everything seems to match up. By the way, this is a WP site. I'm not developing locally either. It's all live.
https://azeverything.hub.loginradius.com/requesthandlor.aspx?apikey=…
, and that redirects to the login dialog with aredirect_uri
value ofhttps://azeverything.hub.loginradius.com:443/socialauth/validate.sauth
– and that is not your app domain at all. So go ask “LoginRadius” how that is supposed to work. – CBroe