firebase_auth: SAMLAuthProvider throws an error with loginWithSSOProvider #17009
Labels
Needs Attention
This issue needs maintainer attention.
platform: ios
Issues / PRs which are specifically for iOS.
plugin: auth
type: enhancement
New feature or request
Is there an existing issue for this?
Which plugins are affected?
Auth
Which platforms are affected?
iOS
Description
When
signInWithProvider
is called withSAMLAuthProvider
, the login seems successful but it throws an error like below:loginWithSSOProvider error: type 'String' is not a subtype of type 'Map<dynamic, dynamic>?'
Reproducing the issue
Firebase Core version
3.10.0
Flutter Version
3.22.3
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
Android also throws an error but it it different with iOS. The Android throws below error.
loginWithSSOProvider error: [firebase_auth/unknown] https://myproject.firebaseapp.com/__/auth/handler?providerId= saml.mycompany.com
The text was updated successfully, but these errors were encountered: