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
Currently, the --oidc-issuer-url and --oidc-callback-url flags accept any string value without validating that they are well-formed URLs. This can lead to confusing errors during OIDC initialization or authentication if users provide malformed URLs.
Currently, the
--oidc-issuer-urland--oidc-callback-urlflags accept any string value without validating that they are well-formed URLs. This can lead to confusing errors during OIDC initialization or authentication if users provide malformed URLs.