I'm using this code to try to get the auth from Google:
await HttpContext.ChallengeAsync("Google", new AuthenticationProperties() {RedirectUri = "/"});
The thing is the redirect always take the HTTP url even if I'm running it from https url.
The url with https://something-sss.com
is already whitelisted on the GCP API identifiers.
But it always take the Uri with http