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
feat: improve OAuth parameter detection with stricter logic
- Require both client identifier (client_id/redirect_uri) AND flow parameter
- Prevents false positives from single parameters like 'state=california'
- Maintains support for SAML flows with SAMLRequest/SAMLResponse
- Addresses maintainer feedback for more robust authentication detection
0 commit comments