Custom domain functionality
I'm using a custom domain, but the Google login box still says "to continue to kinde.com". Is there a way to get this to say "to continue to inrange.io"?
4 Replies
My website is actually hosted on
inrange.dev
rather than inrange.io
so I've updated my custom domain to be auth.inrange.dev
in case the domains need to match, but the Google sign in page still says that I'll continue to kinde.com
rather than to inrange.dev
This is presumably because the HTTP 302 from https://accounts.google.com/signin/oauth/consent?...
is to https://inrange-development.eu.kinde.com/login/callback?...
. Shouldn't this callback use my custom domain, rather than the kinde.com domain?
https://inrange-development.eu.kinde.com/login/callback?...
correctly redirects to https://auth.inrange.dev/oauth2/auth?...
I found the setting which fixes this!
Good to hear you solved your issue @Martin.
There is a step in the docs on setting up social logins about custom domains that explains how to achieve what you are after, e.g. step 6a under
Get the Kinde Callback URL
in the following Google social login doc: https://kinde.com/docs/authentication-and-access/google/Kinde Docs
Google social sign in - Authentication and access - Help center
Our developer tools provide everything you need to get started with Kinde.