I am encountering issues with OpenID Connect authentication in my .NET Core application after deploying it to AWS EKS. The authentication works correctly locally but fails when deployed. Here are the details of the setup and the problems I’m facing:
Setup:
.NET Core version: .NET 6
Authentication: OpenID Connect with OAM
Deployment environment: AWS EKS
Redirecturl: https://admin.aws.xxx.com/test
Callback Path:/
I tried changing the call back path to /test instead of / but i redirects to home page but doesnt really go through the authentication flow.
Titan1818 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.