Hello everyone,
I need help with a big problem for me.
I have a frontend that accepts https:// and a backend that only understands http://. So classic SSL offloading. No secret.
Now to the problem. The application on the backend creates a “redirect URI” that the client needs to authenticate against AZURE. Since the backend is addressed with http, the application also generates a redirect URI in the format “http://xxx.test.com”. In order for my authentication to work, I have to change http:// to https://…
I’ve already tried to kill myself. Is there a way to rewrite the response header?
Thanks for all the ideas!
greeting
cyrano330
2 posts - 2 participants