Windows 10: Authenticate with AcquireTokenInteractive and use security key as default

Discus and support Authenticate with AcquireTokenInteractive and use security key as default in Windows 10 Gaming to solve the problem; I have a C# program Windows Application .NET 7.0 for logging in to Azure using Web Account Manager WAM: private void button1_Clickobject sender,... Discussion in 'Windows 10 Gaming' started by ArneI, Nov 24, 2023.

  1. ArneI Win User

    Authenticate with AcquireTokenInteractive and use security key as default


    I have a C# program Windows Application .NET 7.0 for logging in to Azure using Web Account Manager WAM: private void button1_Clickobject sender, EventArgs e { var hwnd = this.Handle; var client_id = "...."; var tenant_id = "...."; var options = new BrokerOptionsBrokerOptions.OperatingSystems.Windows; var pca = PublicClientApplicationBuilder.Createclient_id .WithBrokeroptions .Build; var authResult = pca.AcquireTokenInteractivenew[] { "User.Read" }

    :)
     
    ArneI, Nov 24, 2023
    #1
  2. W1zzard Win User

    key authentication

    Key authentication is the recommended method for security, reject all password logins

    If you lose the key use physical or remote console (IPMI)
     
    W1zzard, Nov 24, 2023
    #2
  3. key authentication

    Quick poll! I finally got around to securing my remote VM by disabling password authentication and using key authentication only for SSH. Curious if others do the same.
     
    Easy Rhino, Nov 24, 2023
    #3
  4. Solaris17 Win User

    Authenticate with AcquireTokenInteractive and use security key as default

    key authentication

    I actually recently switched to key authentication myself.
     
    Solaris17, Nov 24, 2023
    #4
Thema:

Authenticate with AcquireTokenInteractive and use security key as default

Loading...
  1. Authenticate with AcquireTokenInteractive and use security key as default - Similar Threads - Authenticate AcquireTokenInteractive security

  2. Default authentication choice of Windows Security-Hello for apps

    in Windows 10 Software and Apps
    Default authentication choice of Windows Security-Hello for apps: Reposting Julio Colino question from June 16, 2023 since his thread is locked.Hello,Every time I need to access an app via Okta or via Edge, I would like that Windows Security-Hello ask me for the last log-in choice or by default by the Face choice.Instead, Windows always...
  3. Security Key and Authenticator

    in Windows 10 Software and Apps
    Security Key and Authenticator: Hello,I set up a security key to sign in to my Microsoft accounts. I also had set up and still have the option to sign in with the authenticator app. Whenever I try to log in, it still asks me for the authenticator code, not for the key. How can I fix that??...
  4. Security Key and Authenticator

    in Windows 10 Gaming
    Security Key and Authenticator: Hello,I set up a security key to sign in to my Microsoft accounts. I also had set up and still have the option to sign in with the authenticator app. Whenever I try to log in, it still asks me for the authenticator code, not for the key. How can I fix that??...
  5. Authenticate with AcquireTokenInteractive and use security key as default

    in AntiVirus, Firewalls and System Security
    Authenticate with AcquireTokenInteractive and use security key as default: I have a C# program Windows Application .NET 7.0 for logging in to Azure using Web Account Manager WAM: private void button1_Clickobject sender, EventArgs e { var hwnd = this.Handle; var client_id = "...."; var tenant_id = "...."; var options = new...
  6. Authenticate with AcquireTokenInteractive and use security key as default

    in Windows 10 Software and Apps
    Authenticate with AcquireTokenInteractive and use security key as default: I have a C# program Windows Application .NET 7.0 for logging in to Azure using Web Account Manager WAM: private void button1_Clickobject sender, EventArgs e { var hwnd = this.Handle; var client_id = "...."; var tenant_id = "...."; var options = new...
  7. Default authentication choice of Windows Security-Hello for apps

    in Windows 10 Software and Apps
    Default authentication choice of Windows Security-Hello for apps: Hello,Every time I need to access an app via Okta or via Edge, I would like that Windows Security-Hello ask me for the last log-in choice or by default by the Face choice.Instead, Windows always asks me for the Fingerprint and it is really annoying having always to select...
  8. Default authentication choice of Windows Security-Hello for apps

    in Windows 10 Gaming
    Default authentication choice of Windows Security-Hello for apps: Hello,Every time I need to access an app via Okta or via Edge, I would like that Windows Security-Hello ask me for the last log-in choice or by default by the Face choice.Instead, Windows always asks me for the Fingerprint and it is really annoying having always to select...
  9. BARE NUC Security - Is it possible to just use Security Key and Authenticator App

    in Windows 10 Gaming
    BARE NUC Security - Is it possible to just use Security Key and Authenticator App: Hi there. I have a BARE NUC - ie no screen and no keyboard and I need it to login, and would prefer it to implement 2-Factor Authentication with a security key and Microsoft authentication app.....it then runs code and initiates other comms to other devices etc. So using a...
  10. BARE NUC Security - Is it possible to just use Security Key and Authenticator App

    in Windows 10 Software and Apps
    BARE NUC Security - Is it possible to just use Security Key and Authenticator App: Hi there. I have a BARE NUC - ie no screen and no keyboard and I need it to login, and would prefer it to implement 2-Factor Authentication with a security key and Microsoft authentication app.....it then runs code and initiates other comms to other devices etc. So using a...