I'm trying to convert my android and ios application to Flutter. In these core platform I've used OKTA authentication using WebView. this post helped me for android SAML SSO implementation.
I've gone-through OKTA documentation. I didn't see Dart and Flutter related stuff.
Any code examples appreciated - especially one showing Flutter implementation of generic SSO, if such a thing exists.
You can try using flutter_okta_sdk plugin. This implements SSO with Okta OIDC. The plugin only has support for Android and iOS though. Here's a sample that you can try out. You can follow this setup guide to get you started.
Related
My VS Code extension needs to authenticate with Azure DevOps in order to use its web APIs. I'm having trouble applying the React MSAL v2 web app samples to the VS Code extension platform. The component that will implement the MSAL flow is nothing but a web page in an iframe. Can anyone provide a blueprint for this?
Thanks very much for any help!
Good morning! I have a problem with the web flutter, when I run the application on a mobile it works well, but when it comes to the web it does not work, the problem is on the server side when I call a feature at the server level. Here is the land:
MissingPlugingException(No implementation found for method check on channel plugins.
flutter.io/connectivity)
connectivity plugin does not support web, use connectivity_plus instead.
I am using firebase plugin to authentication with email and password in flutter web. I am done with this one.
Now I want to authenticate flutter web with phone_auth. I am using the same plugin and in this plugin, a future method which is called signInWithPhoneNumber(String phoneNumer, ApplicationVarifier verifier). I follow the rule on the firebase for application verifier. There, I learn about ReCaptchaVarifier which verifies the user with reCaptcha technique. But there is no way to integrate reCaptcha in flutter web.
If you solved my problem then it will be great opportunity for me to getting my job. Thanks I am waiting for your response
Flutter for Web is currently in development, therefore firebase support isn't yet ready... It may come in the near future. Good luck with your project!
As at now Flutter Web is not yet ready for Production and it does not support these yet.
You should consider using other dart frameworks.
And No, you can not write HTML code for flutter web.
I want my app to take OTP automatically, In android, we have the SMS retrieval API for that, so how to implement the same thing for IOS and android using flutter
Currently, there is no official Flutter plugin developed by the Flutter team for this. You have two options for this:
Use plugins created by the developer community. Try sms_retriever.
Write your own platform-specific code (e.g. your Android code in Java), and invoke it from Flutter. Read more about this here.
I am currently developing a mobile application using the ionic framework. We recently decided to begin integrating social logins into the application. Soon after adding google oauth, a notification indicating a deprecation of oauth requested through webviews in 2016/17 began appearing. After researching the error I found the following article. From my understanding cordova is run entirely using web views.
Does this mean authentication via oauth in an Ionic / Cordova app will now be impossible for both Android and iOS? I have been researching for an entire day trying to find a work around ( Getting a call back from the system browser to my ionic application ) to no avail.
Does anyone have any experience or similar concerns who could share their experience with this news?
Thanks all
Some explanations from the Ionic team :
http://blog.ionic.io/google-oauth-changes/
Looks like the ionic team has pulled down this article: http://blog.ionic.io/google-oauth-changes/
Hopefully it will be back up soon.
For now, refer to this plugin, which I am almost positive was the recommendation:
https://github.com/EddyVerbruggen/cordova-plugin-googleplus