Auth0 authorize endpoint keeps going to http instead of https

Hi there,

We are using cloudflare with auth0 authentication and for some reason, the redirect uri is using http instead of https, we have tried adding http forwarder in our program.cs to no success. Any help is appreciated!

Thanks

Solved by forcing https

.Net core open id cookie was not secure as well, have to be set as secure in program.cs

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.