103 questions
0
votes
1
answer
52
views
Connect to Azure Postgresql Flexible server Database from Nestjs using any ORM
We are builing a nestjs application that connects to Azure Postgresql Flexible Database server using Typeorm. We are following the passwordless apparoach using managed identity and using Entra token. ...
0
votes
0
answers
120
views
How to issue an access token after account confirmation in AWS Cognito in a passwordless flow (combined sign-up/sign-in page)?
I've implemented a passwordless login system in AWS Cognito and aiming to streamline the user experience based on a flow I've seen in real-world apps.
In my case, I'm using AWS Cognito with a ...
0
votes
1
answer
141
views
Issue while signature verification in Fido server while authentication
I am trying to implement passkeys authentication using Java Fido server and JS Webauthn api. While authenticating i am getting the signature verification error.
Here is the stack trace,
java.security....
0
votes
1
answer
315
views
How to Implement OTP-Passwordless Login Using Either Email or Phone Number in Amazon Cognito?
I have successfully implemented an OTP-passwordless login flow following this tutorial with some adaptations.
When creating a new user in Amazon Cognito, I’m asked to choose between the user’s primary ...
0
votes
0
answers
45
views
Does keycloak exposes any REST API for passwordless web authentication during user register
Does Keycloak exposes any REST API for password-less web authentication during user register, i want an spring-boot API which internally calls the password-less authentication during user register , i ...
0
votes
0
answers
241
views
How to generate access token in backend only with user email?
I would like to get some help from you since I've been searching all around and I can not find the solution to my question,
My use case is the next one:
I have an application developed in ABP 6 and ...
5
votes
1
answer
2k
views
Firebase Dynamic Links is deprecated and should not be used in new projects. Flutter alternative
I use dynamic links together with firebae auth email link. My app Flutter uses Passwordless Email Sign.
I made the change in my project to use deeplink from my domain url. I made the adjustments to ...
1
vote
0
answers
217
views
Implementing both Password-less Email OTP based Sign In and Authenticator App/SOFTWARE_TOKEN_MFA based MFA in AWS Cognito and Amplify
We are trying to implement MultiFactor Authentication using Authenticator App for a custom auth flow using passwordless email authentication. We are currently using the password-less email ...
2
votes
1
answer
853
views
react-native aws amplify passwordless authentication (V6)
I have developed a app with react-native and Amplify(This is myApp1). And I implemented passwordless authentication using AWS Amplify.
(Not exactly same but similar with https://techinscribed.com/...
1
vote
1
answer
116
views
MeteorJS passwordless email authentication sends a link pointing to the specific server instead of domain name
I am using MeteorJS passwordless authentication, Cloudflare for DNS, Mailgun as an email server, and Nodechef for app hosting: https://docs.meteor.com/packages/accounts-passwordless
Whenever a user ...
0
votes
1
answer
89
views
Authenticating to Firebase with passwordless sign in - ios - dynamic link issues
I've been able to set up my app and firebase project so that a user will be prompted to sign in with a passwordless link. They input their email, receive an email to their inbox, and tap it. It then ...
1
vote
2
answers
428
views
Configure passwordless Azure SQL in Wildfly
I'm trying to configure an application deployed to Wildfly 23 to connect to Azure SQL using managed identity and struggle to visualise how it is supposed to work in principle.
There are tons of ...
0
votes
0
answers
434
views
Azure Data Factory connect to Azure PostreSQL (Flexible Server) without password, with User Assigned Managed Entity
It's possible to connect to Flexible Server Azure PostgreSQL with Azure Data Factory with UAMI?
I'm already added the Managed Entity to ADF and created a Credential with it in the Factory Studio, but ...
0
votes
1
answer
87
views
Auth0 email magic link `Error: Invalid state` for vue
Checklist
The issue can be reproduced in the auth0-vue sample app (or N/A).
I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
I have looked into the ...
2
votes
0
answers
745
views
Nestjs + TypeORM Mssql connection with managed identity or passwordless connection
How to connect to mssql database using managed identity with TypeORM ?
Currently, I'm creating the connection as below:
createTypeOrmOptions(): TypeOrmModuleOptions {
return {
name: 'default',
...
0
votes
1
answer
214
views
authenticating devise without password
if params[:confirm_token] == "true"
user = User.find_by(email: params[:email])
binding.pry
sign_in(user)
# super
end
I need to authenticate user without a password.
...
0
votes
1
answer
43
views
Signin buttons not getting rendered properly in my Android layout
I created a signin page containing two buttons, one for Google signin and another for passwordless signin:
<com.firebase.ui.auth.ui.phone.CountryListSpinner
android:id="@+id/...
2
votes
2
answers
8k
views
Passkeys don't always work on Android phone, despite working on PC and iOS
I'm using Pixel 7 Pro and turned on the new Passkeys feature in my Google Account two days ago. I can login to Google Account using Passkey on my Windows PC (via Windows Hello/physical security key) ...
0
votes
2
answers
150
views
Verify expired link was valid
I am building Rails API app, where I'm using devise-passwordless library.
If I send magic link to user and user waits too long to come to my app, how can I verify that the used token was valid and ...
0
votes
1
answer
432
views
Passwordless ssh authentication drone
I have setup an passwordless authentication for my ssh server.
I now want to use this in an .drone.yml.
kind: pipeline
name: copy-to-www
type: ssh
server:
host: deployserver
user: drone
steps:
...
0
votes
1
answer
454
views
WebAuthn userHandle
I m creating passwordless login with u2f key. My application encrypting some data so always on login i need to decrypt them. First i wanna use key AGGUID but i cant get it on navigator.credentials.get(...
3
votes
0
answers
416
views
Firebase Email Passwordless Authentication Wont work
I'm at my wits end with this overly complicated process of getting deep links working just to attempt to authenticate my users with a passwordless login.
I have wasted 3 days now googling and watching(...
1
vote
2
answers
851
views
Passwordless authentication in Flutter with Firebase
I've been looking in to passwordless authentication methods for my app for the simplest singup experience possible and I'm a little confused.
Ideally I want something that works on both android and ...
0
votes
1
answer
1k
views
How to use Auth0's CredentialsManager for Local Biometric Auth with React Native
The auth0 documentation on their credentials manager states
The credentials manager is an easy to use source of Keychain-based
authentication for iOS and Android, and should be usable with
auth....
0
votes
0
answers
535
views
Firebase "Email link sign in" using "Custom domain" is not working. (for Flutter passwordless authentication)
Issue: When tapping on redirect link it gives Page Not Found.
What is expected: Tapping on the redirect link sent to your email should open up the app if it is installed.
Have tried the suggestions ...
2
votes
2
answers
5k
views
Firebase - Dynamic Link not working with Android 12
I am sending an authentication link to the user's email address using Android and Firebase.
Everything works as expected with Android 9, 10, and 11, with both release and debug versions. However, when ...
1
vote
3
answers
271
views
How to find out whether the user dismiss the credential action sheet or there is no credentials
I want to implement passkey in my app. I am wondering if there is a robust way to distinguish between these two situations:
the user cancels the action sheet (ASAuthorizationController)
there are no ...
2
votes
2
answers
640
views
Integrating Passkeys signCount 0
I'm trying to implement passkey into my app. I am wondering if ASAuthorizationPublicKeyCredentialAssertion.rawAuthenticatorData supports signCount. It seems the value is always 0.
Thank you!
11
votes
6
answers
9k
views
How to implement Passkeys
I'm trying to learn more about Apple Passkeys. I use firebase as a backend and it seems like actually integrating it in my site is a hassle without having a custom backend…
Are there any solutions for ...
0
votes
0
answers
713
views
How to implement Passwordless authentication with custom code and lifetime
I'm trying to have passwordless authentication with with custom lifetime and 6 digit code.
So far I implemented it with DataProtectorTokenProvider. lifetime has been changed correctly and also I can ...
0
votes
1
answer
841
views
Passwordless Authentication with Cognito - How to determine if a user signed up with email or phone number
We have implemented the Custom Auth Triggers as described link here. We have the user pool set up to let users log in with either phone number or email.
The provided case is - the user has email & ...
9
votes
4
answers
2k
views
Is password still needed when using Passkeys?
Both Apple and Google have demonstrated Passkeys at their developer conferences (Google I/O and Apple WWDC 2022), and Microsoft is also on board. Being able to transfer passkeys from device to device ...
3
votes
1
answer
2k
views
Authenticate with webauthn using iphone on windows?
I have been investigating using webauthn for MFA in my company's application. It looked like a great fit when I started investigating it and I got really excited about the prospect of our users being ...
1
vote
1
answer
384
views
What is the recommended approach for generating Azure AD Signin logs with passwordless azure B2C signin custom policy?
I am implementing a passwordless signin experience for local B2C account users with MFA credentials through Azure B2C custom policies. I am using AzureMfaProtocolProvider with a custom attribute ...
1
vote
0
answers
250
views
Flutter and Passwordless signup/login
I am writing an app (Android/Apple in Flutter) that I eventually want to have a passwordless signup/login system. However many of the solutions use 3rd-party authentication servers for the tokens, ...
0
votes
1
answer
212
views
Best Practices: Twilio Messaging Service per Tenant?
When using Twilio to verify sms users within Auth0, is it a best-practice to create a messaging service per tenant? Or, can the same messaging service be used across development and production tenants?...
0
votes
0
answers
66
views
Dialog shows up several times (Does FirebaseDynamicLinks.instance.onLink.listen stay in memory after AppLifecycleState.paused/inactive in flutter?)
I have "Email link sign-in (Passwordless)" in my app. It works as expected. But there is one issue that the catchError on _auth.signInWithEmailLink(email: userEmail, emailLink: link.toString(...
0
votes
1
answer
655
views
Cognito user authentication
I have an application that used the Cognito user pool for authentication and authorization. I want the admin to login into the system without going through email verification. but all end users must ...
2
votes
0
answers
435
views
Spring Boot Security Passwordless Login - PhoneNumber & OTP
I am looking for Passwordless PhoneNumber-OTP based authentication for my flutter mobile app with Spring Boot as backend which will run on AWS EC2. I used Firebase Auth before which is very easy to ...
2
votes
1
answer
108
views
Script called from ~/.ssh/config loses TTY
I'm using a site-specific authentication script that issues a 24-hour certificate for password-less login. What I'm trying to do is rig my ~/.ssh/config so ssh triggers the script if the certificate ...
0
votes
0
answers
110
views
Skip first page in ADB2C password less authentication
I am using passwordless authentication that uses OTP-based authentication.
I am entering the phone number and the second page is confirming the phone number and country code. I want to skip either the ...
2
votes
1
answer
2k
views
Webauthn - Windows Hello authenticatorSelection is not working
I am just developing a sample node js application to play around webauthn on Windows 10.
challenge: challenge,
rp: {
name: "Example CORP",
id : "...
0
votes
1
answer
404
views
Can I setup Passwordless Authentification in Firebase using phone number as auth istead of email?
I followed the Firebase procedure for passwordless authentication:
from the back back in Python. Generate email link for connexion
for the front in Angular Js. Completing signin in a web page
And it ...
1
vote
1
answer
807
views
AWS Cognito: Test triggers using postman
I am very new to AWS and I am trying to implement passwordless authentication. I have created an user pool and has implemented triggers for phone & OTP authentication in AWS Cognito by following ...
1
vote
3
answers
772
views
Can I skip the first step in the passwordless signin method in Firebase?
I have a list of people with all their personal information (name, first name, date of birth, email, etc.).I want to send to each of these people an email with a link allowing them, once clicked, to ...
0
votes
2
answers
920
views
In flask-security-too, can a passwordless login token expire after first use?
We've been using password-less login feature from flask-security for some time but we now discovered that login link can actually be used multiple times which is not ideal security-wise. I've spent ...
1
vote
1
answer
2k
views
How can I setup passwordless email signin in Firebase?
I'm trying to setup passwordless authentification in Firebase. I already enabled "email without password" auth in my Project settings.
Using this documentation : https://firebase.google.com/...
2
votes
0
answers
328
views
drf-passwordless Override EmailAuthSerializer to add custom fields
In drf-passwordless (https://github.com/aaronn/django-rest-framework-passwordless), is it possible to override this class to allow adding other custom fields?
e.g. In my case is an administrator who ...
1
vote
1
answer
606
views
Does Citrix support Passwordless Single Sign On with Azure AD?
I've been researching about Citrix's capabilities to integrate a passwordless Single Sign On solution.
My company actually uses Active Directory as a primary Identity provider, and Azure AD to access ...
0
votes
1
answer
180
views
Are there third party vendors supporting Azure AD B2C with a native mobile experience that does not rely on ROPC or require an authenticator app?
Have a Xamarin.Forms app relying on Azure AD B2C for auth. B2C does not offer a native login experience, or direct support for biometric logins. Vendors like Nevis and Keyless both appear to require ...