You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
When generating redirect url in the AuthenticationHandler the uri is composed from the current request protocol. When you are behind a proxy (like in a lot of Kubernetes deployments) protocol is incorrect.
You could override it in OnRedirectToIdentityProvider now, but it should be more easy to do it when configuring the options.
The text was updated successfully, but these errors were encountered:
When generating redirect url in the AuthenticationHandler the uri is composed from the current request protocol. When you are behind a proxy (like in a lot of Kubernetes deployments) protocol is incorrect.
You could override it in OnRedirectToIdentityProvider now, but it should be more easy to do it when configuring the options.
The text was updated successfully, but these errors were encountered: