038265925038265925, "guard defaultRedirectUri in OIDC/SAML FailedPrecondition paths")redirect_uriredirect_uri (e.g. com.example.app://callbackcom.example.app://callback) see an "Unsafe redirect URI was blocked" warning banner after password submission in the Login UI.apps/login/src/lib/client-utils.tsapps/login/src/lib/client-utils.ts — isSafeRedirectUriisSafeRedirectUri:handleServerActionResponsehandleServerActionResponse now passes every post-login redirect through this check:com.example.app:com.example.app:) have a protocolprotocol that is neither http:http: nor https:https:, so they are unconditionally blocked — even though the OIDC server already validated the redirect_uriredirect_uri against the registered allow-list before this client-side check runs.038265925038265925 — v4.15.3Join the Discord to ask follow-up questions and connect with the community