-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu: AADSTS50074: UserStrongAuthClientAuthNRequiredInterrupt #252
Comments
The config in |
This should be resolved by #256 |
Also verified by restarting server, that setting is not the problem in this, I'm not sure what is causing this problem @dmulder |
Interesting, try the work around found in https://github.com/himmelblau-idm/himmelblau/wiki/OpenSSH-Bug-2876-%E2%80%90--Unable-to-use-MFA-over-SSH-%E2%80%90-Workaround |
So i had not because Ubuntu 24.04, so i would have assumed i had the patch for OpenSSH, but i have tried it now and it did not help at all exactly the same thing auth.log
journalctrl:
while AWS Ubuntu does use EC2 specific versions, but it's controlled by Canonical by the looks of it. since it's on the ubuntu.com domain
|
Could you join the himmelblau matrix channel and then we could debug some more? I'd like to figure out what is triggering that error. |
I think this is resolved in the latest 0.7.x. Feel free to reopen if you encounter the issue again. |
So Authentication via SSH is doing something strange:
As you will see it's asking for password twice without any feedback in-between, this account does have MFA enabled the himmelblau, logs state
himmelblaud[11369]: 00000000-0000-0000-0000-000000000000 ERROR 🚨 [error]: AADSTSError( (AADSTSError { code: 50074, description: "AADSTS50074: UserStrongAuthClientAuthNRequiredInterrupt - Strong authentication is required and the user did not pass the MFA challenge." })
At no point is it asking me for my MFA token, I have verified there is no lDP on our domain, we stay on login.microsoftonline.com all the way though the login process, unsure what is going wrong here. tried both with and without hello being enabled.
Things i have tried, using full email address & not (so just username), when asking for password twice first time i tried the same password from my password manager twice, one after the other, second time i tried using password on the first one and then MFA code for the second same result Access Denied and same error in the logs for Himmelblau
The text was updated successfully, but these errors were encountered: