SAML Provider
What feature would you like to see?
Firebase Auth SAML Provider support
https://cloud.google.com/identity-platform/docs/how-to-enable-application-for-saml . Firebase auth is set up for SAML providers, but the Android SDK doesn't include one. And trying to use the OAuthProvider returns an exception: An internal error has occurred. [ INVALID_CREDENTIAL_OR_PROVIDER_ID:Invalid IdP response/credential:
How would you use it?
Without it, the SDK is incomplete and SAML provider implementation isn't possible within a Firebase project, so I believe it's required (unless you only authenticate via the web)
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
@lsirac or @malcolmdeck can you comment on this one? Not sure what is supposed to work or what we have planned.
SAML sign-in is not yet supported on Android, but we'll mark down that there is public interest in the feature :)
Thanks! Interest dates back to last year https://stackoverflow.com/questions/52284067/saml-authentication-with-firebase
Expressing public interest in this feature
This just popped up in the react-native-firebase repo as a request, and there are some users there using intermediating webpages in combo with firebase-js-sdk to SAML auth, then using the token in the native sdks, it's a pretty hairy workaround vs having a built-in provider - https://github.com/invertase/react-native-firebase/discussions/5952
This is still not working in 2024. Is there a plan to implement this missing feature in near future?
+1
+1
Hi @malcolmdeck There is definitely a public request for saml support