Skip to main content

Questions tagged [webauthenticator]

The tag has no usage guidance.

webauthenticator
0 votes
0 answers
30 views

biometric web authentication js

How to implement biometric web authentication in JavaScript web applications. I ran my web application on an Android device, but encountered an error stating 'passkey not available. where store ...
Dinuka Dulanjana's user avatar
0 votes
0 answers
205 views

Facebook login through WebAuthenticator in MAUI Android

I am integrating Facebook authenticating in .net Maui app through WebAuthenticator for IOS it's work fine but when i am trying the same code for Android it take me to facebook authentication page ...
Moubeen Farooq Khan's user avatar
0 votes
1 answer
125 views

Automatic credential selection in WebAuthn authentication ceremony

I'm trying to implement a passwordless and userless authentication based in WebAuthn. In my application several users are going to authenticate with a roaming authenticator (usb key or nfc card). I ...
caristu's user avatar
  • 157
0 votes
0 answers
82 views

Any tips where to look error after Maui WebAuthenticator returns back from apple signin: An error was encountered while handling the remote login

Using the Maui WebAuthenticator to complete apple signin, when returned back to the api website the following error below appears. I am able to sucessfully redirect back from Apple and during code-...
Brett Whittaker's user avatar
0 votes
0 answers
659 views

Connecting R to Snowflake via ODBC with SSO and Web Authentication

I'm trying to connect R Studio to Snowflake via ODBC but we're on SSO and web authentication. A lot of the articles I've found are based on a user having a user ID and password authentication access. ...
Nomad82's user avatar
3 votes
0 answers
914 views

Xamarin Essentials WebAuthenticator.AuthenticateAsync method doesn't return any result

I have added a WebAuthenticator.AuthenticateAsync method in my xamarin forms app with start up Url as "https://accounts.google.com/o/oauth2/auth" and call back url as "myapp://" I ...
Sushmitha Rao B's user avatar
1 vote
0 answers
149 views

Xamarin Android WebAuthenticator bug

Im having a problem using WebAuthenticator on Xamarin.Android Everytime i try to log in via a external service (Goverment From Brazil) it returns me Java.Lang.RuntimeException: 'Unable to instantiate ...
Alexandre Tavares da Silva's user avatar
0 votes
1 answer
2k views

.Net Maui Android app with Google login using WebAuthenticator doesn't work

The Apple login works great in my iOS app. I've configured the server for Google, but can't get it to work. It's an Asp.net 6.0 Blazor WebAssembly API. This line of code gets called in my Android app, ...
Dumber_Texan2's user avatar
6 votes
2 answers
8k views

Correct way to use Web Authenticator in .NET MAUI for Google login on Android

I have followed the official documentation of the web authenticator for .NET Maui here. It explains what to do efficiently, but they miss some crucial information regarding the callback URL. According ...
Pretorius's user avatar
  • 107
2 votes
0 answers
282 views

WebAuthn: using algorithm -47 (ES256K) for PublicKey fails

I'm trying the basic user registration with WebAuthn following https://webauthn.guide/#registration . If pubKeyCredParams: [{alg: -7, type: "public-key"}] is changed to pubKeyCredParams: [{...
rlib's user avatar
  • 7,697
0 votes
0 answers
431 views

Clear Cache in WebAuthenticator Xamarin Forms

I am trying to clear cache for Webpage opened in WebAuthenticator in Xamarin forms. Currently there is a way to open WebAuthenticator in InCognito mode but that can't be used in my case because i need ...
Sourav Anand's user avatar
1 vote
2 answers
4k views

.Net MAUI WebAuthenticator CallbackUrl for social logins

I'm following this guide to setup authenticating with social logins using MSAL and Web Authenticator. The example call looks like this: WebAuthenticatorResult authResult = await WebAuthenticator....
Jimmy's user avatar
  • 2,711
0 votes
1 answer
184 views

The xamarin essentials - WebAuthenticator - err_unknown_url_scheme

I get a exception when use method : await WebAuthenticator.AunthenticateAsync(new Uri(url), new Uri("myapp:///")); I get the exception after login successful on web page. What mistake?
Denys Tsurkanovski's user avatar
0 votes
0 answers
331 views

Xamarin Webauthenticator and Php

I have almost 4 days with this. I want to use the WebAuthenticator but just can't. It returns "A task was canceled" This question is for people familiar with Xamarin and WebAuthenticator ...
SuNcO's user avatar
  • 45
2 votes
2 answers
2k views

Google Authorization Error Error 400: redirect_uri_mismatch

I have a serious issue with my asp.net core web api, the google login works fine on localhost but when publish on the remote server in ElasticBeanstalk it's throws this error. All the authentication ...
Aboubacar Traore's user avatar

15 30 50 per page