I currently have a Xamarin Forms App that uses IdentityServer4 & .NET Identity for authentication and login-in users to the app, it also integrates with Office356 login. I now have the need to implement FaceID/TouchID so that the user does not have to login every single time the app launches, but it still needs local authentication to prove they are who they say they are. From the research I have done, the username & password get stored in the Keychain OR the Token so that it can be used to login later. I believe I already have a way of accomplishing it using the Token, nevertheless we want to explore all options and double check if there is a better way of doing it by storing the username/password, is there any way to acquire those when using the WebAuth (ASWebAuthenticationSession)? My first issue is that the device browser is the one used to authenticate and I can’t seem to find a way of getting the username/password from there. In the case I was able to, how could I automatically used those to later authenticate (autofill?). Any help is highly appreciated. Thanks in advance
IdentityServer Login on Xamarin Forms app with FaceID/TouchID/Fingerprint/Keychain integration with API
194 Views Asked by Juan P. Garces At
0
There are 0 best solutions below
Related Questions in XAMARIN.FORMS
- Playing local recorded video
- NavbarAnimation.Maui With TabbedPage
- Why does my LINQ query in Xamarin.Forms show less than expected content?
- Not showing Created folder in My App directory MAUI
- IOS Release version showing error "PlatformNotSupported" because of PCLCrypto.SymmetricKeyAlgorithmProvider.GetAlgorithm()
- The type was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built
- Heart shaped image clip - rotate/scale a Geometry object
- Printing with Xam.Plugin.Bluetooth
- Unable to open another app from within Xamarin Forms Android app
- XamlC error XFC0000 : Cannot resolve type "Popup" in my xct:popup xaml file
- .NET MAUI TapGesture Command not working in CollectionView
- Xamarin android Could not receive the push notification on OnMessageReceived while swipe away app
- how to avoid silence while playing audio file in xmarin forms media player
- Net Maui Property FlexLayout.Shrink does not work as expected
- Xamarin android emulate usb PC Keyboard
Related Questions in ASP.NET-IDENTITY
- New Blazor Web App, Password Reset "A valid antiforgery token was not provided"
- I have a problem outputing the roles on the page ListRoles.cshtml
- ASP.NET Identity, Losing Ability to Login until Application Pool Recycles
- How to send a complex object to a Razor page
- Tracking the last time a user accessed the site without excessive overhead
- What are the purposes of the different cookies created by IdentityServer?
- Blazor (InteractiveServer) + ASP.NET Identity library & GDPR
- Avoid resetting AccessFailedCount by CheckPasswordSignIn in ASP.Net Identity
- Property "UserRoles" of custom IdentityUser is always empty
- How can a Foreign Key refer to a property on an Entity Splitting child table?
- .NET 4.8 Owin OpenIdAuthentication: middleware not returning a 302 on full blown pages versus a test page
- How do I implement fine grained control to blobs in Azure Blob Storage using access tokens from Azure AD (Entra Id)?
- I am getting this error in identitydbcontext in repository model design
- Allow a user to only see his own data?
- Renaming a column of the AspNetUsers table doesn't work
Related Questions in IDENTITYSERVER4
- Minimizing IdentityServer4 Round Trips in Microservice Architecture with Ocelot
- Problem with SSL Certificate when the .Net App calls itself in the docker container
- Login with twitter using identity server is not working when using openidconnect
- Call Databricks Api from IdentityServer4 client
- IdentityServer4 "Unknown location" when redirecting to client
- IdentityServer 4 - idsrv and idsrv.session cookies blocked on signin-oidc call
- Getting "A fatal error occurred while creating a TLS client credential. The internal error state is 10011" running IdentityServer4 in Production mode
- How to override application scopes with rolebased scopes from access token in identity server 4?
- NullInjectorError: No provider for PublicClientApplication! MSAL
- How can I get the access token from IdentityServer4 for an external login user which does not even have a password?
- Identity server redirection not working after token expired and getting 302 found
- Identity Server: Refresh Token for the currently Authenticated User
- Angular and ASP.NET OWIN with Azure AD
- How to generate Access Token or Authorization Code without user password in ABP Framework?
- How to NodeApi Authenticate and authorization using identity server 4
Related Questions in TOUCH-ID
- How to accept Touch ID on macOS without triggering a Prompt
- Script Editor no longer asks for TouchID when running Apple Script with Admin Privileges
- how to determine whether the ios device is a face or a touch?
- How many FaceID and TouchID attempts are possible with iOS/Apple Biometric Framework and Is it possible to change the attempt/count of retry?
- iOS. How to know if faceid prompt is presented?
- Unlock a mobile app using refresh token by biometric login
- How to implement face id authentication in react native android?
- Biometric Authentication in iOS without LocalAuthentication
- IdentityServer Login on Xamarin Forms app with FaceID/TouchID/Fingerprint/Keychain integration with API
- Determining the biometric capability of a device using JS
- Enrollment strategies for FIDO2/WebAuthn when using built in authenticators
- How to set UIButton to Touch ID or Face ID image
- How to enable Touch ID in prompt for password using Applescript in Objective C
- Error: Could not find the correct Provider<DashboardBloc> above this DashboardPage Widget - FLUTTER
- Azure B2C Login on Xamarin forms app with Face/TouchId/Fingerprint/Keychain integration with API
Related Questions in FACE-ID
- Secure Enclave, key generation failure
- Did iOS 17.4 break the associated domains AutoFill for FaceID?
- Swift LocalAuthentication issue with faceID resetting my state vars. Stopped working with iOS 17
- How to accept Touch ID on macOS without triggering a Prompt
- if cv2.waitKey(1) & 0XFF == ord('q'): break cap.release() cv2.destroyAllWindows() crashes
- How to Check if Face ID is Disabled for My App in iOS Settings Without Prompting the User?
- How to update selected row from List after Face ID matched in SwiftUI?
- iOS Attention Aware Features usage
- how to determine whether the ios device is a face or a touch?
- Face ID is disabled
- How many FaceID and TouchID attempts are possible with iOS/Apple Biometric Framework and Is it possible to change the attempt/count of retry?
- How to detect changes in Face ID?
- How to detect Local Authentication permission state haven't triggered in Swift?
- iOS. How to know if faceid prompt is presented?
- When both biometrics are enrolled i.e. face id and fingerprint, local auth shows both
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?