Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
151 views

I have a personal Snowflake account on my MacBook Air (Tahoe 26 M4). Snowflake is requiring MFA. I added a passkey with a "nickname", which I'm not entirely sure what that means. When I ...
juststackoverflow's user avatar
2 votes
1 answer
69 views

Body: I developed an IAM system using Spring Boot where I integrated multi-factor authentication (MFA). Here’s the flow I implemented: A client sends a GET request to /oauth2/authorize. This redirects ...
Heshan Sandaruwan's user avatar
-1 votes
2 answers
147 views

since Snowflake is switching to MFA, I need to change some perl code to use access tokens. Just doing something simple like this: my $username = ''; my $pwd =''; my $dbh = DBI->connect($dsn, ...
llamaface's user avatar
0 votes
1 answer
388 views

In my flutter application, As I am using aad_oauth(https://pub.dev/packages/aad_oauth) for ADAL login and to migrate to MSAL now integrated msal_auth(https://pub.dev/packages/msal_auth). The problem I ...
Kumar's user avatar
  • 824
-2 votes
1 answer
2k views

Body I'm encountering two separate but possibly related issues during user authentication with Microsoft Entra ID (Azure AD) using the OAuth 2.0 Password Grant flow. Error: AADSTS900144 — Missing ...
Актан Данияр's user avatar
-1 votes
2 answers
1k views

I'm currently looking into how we should remove expired certificates from Azure Multi-Factor Auth Client, and properly cleanup the old certificates with Microsoft Graph PowerShell cmdlets. Before the ...
FishAce's user avatar
0 votes
0 answers
81 views

I am trying to edit PIM policy in Azure using powershell. I have written a function based on the link here following example 2 Function EditPIM($groupId){ $pim_policy = Get-...
learner's user avatar
  • 1,099
0 votes
0 answers
89 views

I'm writing a blazor app which calls a web api backend. In the backend I have several calls to the graph api. One is for example: //User activates their eligible assignment for PIM for Groups //https:/...
Dani's user avatar
  • 1,097
0 votes
0 answers
71 views

Context We’re implementing MFA in our React application using Auth0. Our requirements are: MFA should be required only for specific users (based on a flag in user metadata) Google Authenticator is ...
Sivaram's user avatar
  • 181
0 votes
0 answers
51 views

I have a off the shelf platform called confluent platform which is a enterprise solution based on Apache kafka. One of its component is Confluent Control center (C3) which is a GUI portal to manage/...
swapnil kambli's user avatar
0 votes
0 answers
42 views

I try to use webauthn by using cross platform. but, I got a error. ( use platform has normal ) Error message is Error - Error: 1 remaining bytes after end of encoding const credentialOption = { ...
Harold J. Yi's user avatar
1 vote
1 answer
178 views

By now, Looker connects to Snowflake using credentials. Snowflake is demanding applications use MFA by 2026. How do we accomplish this with Looker?
Derek R's user avatar
  • 127
0 votes
1 answer
35 views

I am trying to run a REST API with python. I can invoke the API successfully from the browser, but I get authentication errors when doing so from python or from the command line. I've already ...
Trenin's user avatar
  • 2,076
3 votes
0 answers
111 views

I am writing a PAM module which will contact a https service to validate user. For the time being, the actual part is not started yet, I am just writing a toy to understand PAM and verify the whole ...
xrfang's user avatar
  • 2,363
0 votes
1 answer
202 views

I am trying to upload a file to the sharepoint which has MFA Authorization string authority = $"https://login.microsoftonline.com/{tenantId}"; string filePath = @"C:\temp\todo.docx"...
nnmmss's user avatar
  • 3,052
0 votes
0 answers
70 views

What should be the correct login process after enabling MFA if the user has not specified a phone number in advance? Hosted UI (or Managed Login) flow looks like this: user enter login and password ...
Сергій Пачковський's user avatar
0 votes
0 answers
52 views

I'm working on a Flutter application where I need to integrate Microsoft login with multi-factor authentication (MFA). I want to enhance the user experience by remembering the user's email on ...
Dasun Dola's user avatar
0 votes
0 answers
164 views

I added a feature called 2FA to my django project using django-allauth[mfa]. I also setuped the social account login process using google. login form is from django.contrib.auth 2FA form is from ...
SamIsRightHere's user avatar
0 votes
1 answer
186 views

I am trying to customize the reauthentication form of the mfa. I aslo customized the TOTP activate and deactivate form and it works, but now i am struggling to customize the reauthentication form with ...
SamIsRightHere's user avatar
0 votes
0 answers
127 views

I'd like to implement that login scenario in my service: I have mobile app and web app. User already logged in on mobile, and want to login to the web app. So, on the web page user clicks "Login ...
Alex Moskvichev's user avatar
0 votes
0 answers
50 views

When you’re setting up MFA for an app, system, or workflow, how do you decide what method to use—SMS, email, TOTP, or hardware keys? Do you stick to one across the board, or pick based on the ...
Jonathan Bernales's user avatar
1 vote
1 answer
279 views

Let's say my user enrolled to TOTP in my web app, but lost access to his Authenticator App, or deleted account in it. Now my user can't access my app, since he won't be able to get Secret Code to his ...
Stay Funky's user avatar
3 votes
0 answers
363 views

Im making an Node.js app for my work that should send pdfs in emails through our Entra outlook work domain. Currently I am trying to do so with Oauth2 sonce we use MFA for our accounts and the ...
Stibi's user avatar
  • 31
1 vote
1 answer
155 views

I have a Blazor website that uses MFA loin via Entra and it works fine, what doesn't work is the session time. After 1 hour, the session ends and the user is logged out and forced to log back in. Is ...
jbmintjb's user avatar
  • 143
0 votes
1 answer
374 views

I want to set up SMS based MFA in my ReactJS app. Users of the app sign in with email/password and this is all handled by firebase. I've started to set up MFA, so far users can enable it on their ...
Apersu's user avatar
  • 11
0 votes
0 answers
680 views

I am the Global Admin for an Azure tenant on the free tier (tied to a Microsoft 365 E1 nonprofit account). Following the automatic rollout of Security Defaults, I have one user who did not set up a ...
Richard Berg's user avatar
  • 20.8k
0 votes
1 answer
146 views

Once authenticated with e-mail and password, the identitytoolkit.googleapis.com/v2/accounts/mfaSignIn:start call fails: { "error": { "code": 500, "message": "...
fewebler's user avatar
0 votes
1 answer
342 views

I would send mails through SMTP (and read through IMAP) over Azure using OAuth for a Desktop App (C# WinForms .NET Framework 4.8). The account has MFA and it's not the windows account. I've read some ...
Marc's user avatar
  • 1,505
1 vote
0 answers
266 views

I have written Python code in VSCode which connect to snowflake every 6 hours and run some processes. Now the issue is that this connection to Snowflake I am not able to automate it, since a code is ...
Zafar Imam's user avatar
0 votes
0 answers
122 views

I'd like create an application whit capable of MFA. Password and OTP can be enough good for us. We don't find any solution of it. There are 'aggregate realm' but just multi authorization 'failover ...
László Tóth's user avatar
0 votes
1 answer
82 views

I am trying to configure the multi factor authentication with WSO2 Identity Server 7.0.0. I have provided below information in deployment.toml file [output_adapter.email] from_address= "...
Sumant Shintre's user avatar
-1 votes
2 answers
64 views

Does anyone know where or how I can set SMTP server details in the Active Directory Federation Service? I need this so ADFS can send a verification code to someone's email address. My setup includes ...
Victor L's user avatar
1 vote
0 answers
307 views

I'm trying to use all the new features in ASP.NET Core 8. I'm using this code using IspH2H.Engine; using IspH2H.Engine.Entities; using IspH2H.WebAPI.Security; using Microsoft.AspNetCore.Authentication....
bubi's user avatar
  • 6,501
1 vote
0 answers
70 views

For multifactor authentication systems that make use of time-based OTPs and authenticator apps (such as Authy, Google Authenticator, etc), there needs to be a fallback mechanism in case the user loses ...
Bikramjeet Singh's user avatar
0 votes
1 answer
155 views

Whenever I try to login to Outlook, Power BI or Azure, I keep getting a pop-up telling me that Security Defaults will be enabled for the entire organization in x days (it is in 2 days now). There is ...
CSharp's user avatar
  • 129
0 votes
0 answers
147 views

I am developing a mobile app where security is really key. I would like to implement a secure authentication flow where: I can track and limit the number of devices where a user can be logged in from ...
Baptman's user avatar
  • 31
1 vote
0 answers
103 views

I am in the process of customizing all of the auth flows in firebase using my own backend emailing service. I have been successful customizing all of them and have a custom multi-factor enrolment ...
Jared Stevenson's user avatar
0 votes
2 answers
223 views

Created user and that user having administrator permission and as well S3 bucket full access. Created S3 bucket with default setting. Trying to enable MFA delete via AWS CLI: aws s3api put-bucket-...
subha s's user avatar
  • 21
0 votes
2 answers
397 views

I'm working on a Python script to access two of my O365 mailboxes. One mailbox has multi-factor authentication (MFA) enabled, and the other doesn't. I've successfully implemented access for the MFA-...
Fun TJ's user avatar
  • 11
0 votes
0 answers
177 views

I have a VB.NET application that has 2 routines to open databases in SQL which all worked fine until we migrated databases to an SQL Azure Instance with MFA. The first sequence works fine with MFA and ...
Brian76's user avatar
0 votes
1 answer
96 views

I’m working in SSIS on a Windows Server 2022 Standard machine, Visual Studio Enterprise 2022. I want to set up a connection to Dynamics 365 online using the Kingswaysoft Connector. I enter the ...
Ben Walker's user avatar
0 votes
1 answer
682 views

I'm studying concepts of OTP with a small application to generate and validate HOTP and TOTP tokens. I'm stuck on the formula used to determine the expiration in seconds of a TOTP token at any given ...
mrjonleek's user avatar
0 votes
1 answer
600 views

I am trying to build a Policy definition to list out the users who have not enabled MFA in Azure. I saw that i can't target users through Policy Any solutions or views? I tried altering the built-in ...
Thousif BakBak's user avatar
0 votes
1 answer
1k views

I hope you are doing good. I have a question. We are using Keycloak as our auth provider for our Services, and for some users, we want to have 2fa enabled. Now, it appears that not all authenticator ...
Albert's user avatar
  • 323
3 votes
0 answers
566 views

We are attempting to stand up a web application that should only be accessible from a dedicated RDS server, but which requires users to authenticate via hard tokens. This of course means that the user'...
Dumas.DED's user avatar
  • 666
0 votes
0 answers
1k views

I'm rewriting all my PowerShell script from MSOnline to Microsoft Graph PowerShell. One of my existing script below is about to disable specific user's MFA settings. Set-MsolUser -UserPrincipalName $...
Will Huang's user avatar
  • 3,716
0 votes
2 answers
2k views

I am developing an API in ASP.NET Core 8 using ASP.NET Core identity which uses 2FA with Authenticator app for users who have enabled it. The problem is this. I have checked on the 2FA with ...
thanzeel's user avatar
  • 600
0 votes
0 answers
172 views

On Google Identity Platform we have multi-tenants, TOTP is enabled: curl -X GET "https://identitytoolkit.googleapis.com/v2/projects/xxx/tenants/xxx" -H "Authorization: Bearer $(...
Piston Awesome's user avatar
2 votes
0 answers
448 views

For security enhancement, I'd like to enforce MFA for everyone trying to access our Google Cloud project(s). Our project has third-party partners, some of which doesn't have a domain and is using ...
JackyCCC's user avatar
1 vote
0 answers
2k views

The Google Authenticator implements the one-time passcode as described in RFC 4226, HOTP: An HMAC-Based One-Time Password Algorithm and its extension RFC 6238, TOTP: Time-Based One-Time Password ...
Roland Beuker's user avatar

1
2 3 4 5
13