Please note I’ve read the similar issues and they all seems to be around having the wrong client id etc…, but I’ve double checked the client ID and they are matching, in-fact, this is the only application I have under my account
thanks @markd for the quick reply, I did try that, then the login process works, however then, instead of redirecting to the callback url for omniauth it redirect back to the home/login page.
@sameera207 - As you can see on that post, it’s a couple of years old. I’d suggest our RoR quickstart here:
Your callback URL should not be your homepage if you’re using OmniAuth. You probably need to change that in your initializer (“Initialize Omniauth Auth0” section in that link above). There are a few different ones you can use but that quickstart should cover what you need.