workspaces-issues icon indicating copy to clipboard operation
workspaces-issues copied to clipboard

[Bug] - OIDC Callback Redirect Missing Port 8443 Causing Authentication Failure

Open tommyfgj opened this issue 9 months ago • 1 comments

I am unable to open port 443 on my server due to security policies, so I am using port 8443 instead. I have integrated Azure Entra ID for OIDC authentication. After a successful callback from Azure to https://host:8443/api/oidc_callback, it redirects to https://host/#/sso/xxxxxx. However, the port 8443 is not included in the redirect URL, causing the redirection to fail. Manually adding port 8443 allows the authentication to succeed. Please see the attached image for reference:

image

OpenID configuration: image image

tommyfgj avatar May 23 '24 06:05 tommyfgj