1

I am implementing OAUTH authorization type grant flow. In local, its working fine with http protocol. But when i deployed into openshift environment , tried to hit https://_______________/oauth/authorize endpoint to get authorization code, by default its redirects to http. Due to this, am getting "Network Access Message : The page cannot be displayed" with Error code 10060 : Connection timedout response.

How to redirect login page with https by default in spring security?

0 Answers0