I'm trying to create an OAuth2 process flow using hydra as my OAuth2 server. I have it setup within Kubernetes running in Amazon, wth http.
I have added an SSL certificate to the load balancer, and added a DNS entry to Route53 to provide a public FQDN matching the certificate.
I don't see any issues with invalid certificate errors, but when I ask for a challenge response the redirect value in the claim has http instead of https.
This makes completing the process flow difficult, as redirects don't work.
Any ideas, or more info needed?
I'm trying to create an OAuth2 process flow using hydra as my OAuth2 server. I have it setup within Kubernetes running in Amazon, wth http.
I have added an SSL certificate to the load balancer, and added a DNS entry to Route53 to provide a public FQDN matching the certificate.
I don't see any issues with invalid certificate errors, but when I ask for a challenge response the redirect value in the claim has http instead of https.
This makes completing the process flow difficult, as redirects don't work.
Any ideas, or more info needed?