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
Plane API uses request.is_secure to determine http vs https in the redirect URI, instead of just pasting request.scheme. Frontend already uses the correct scheme.
Steps to reproduce
Link to an OIDC provider (e.g. GitLab).
Try to log in using it.
Get “Invalid redirect URI” error from the provider.
The redirect_uri parameter will start with http://.