I'm trying to use this tool to get AWS Cli credentials loggin in AzureAD.
I reach the moment when the program asks me to confirm the login via phone app but after confirming using the right number it keeps asking me to config again with a new number.
You can see some logs with verbose, I redacted some sensitive information:
Looking at the code with some additional logs it seems the process is stuck at the Authenticate function, because it receive the same page before and after the processConvergedTFA.
I know the code I'm sending is correct because the processConvergedTFA returns without errors, but I think there might be a problem with my AD configuration which returns an unexpected page.
Hello everyone,
I'm trying to use this tool to get AWS Cli credentials loggin in AzureAD. I reach the moment when the program asks me to confirm the login via phone app but after confirming using the right number it keeps asking me to config again with a new number.
You can see some logs with verbose, I redacted some sensitive information:
This time I stopped the program after 4 tries.
Looking at the code with some additional logs it seems the process is stuck at the
Authenticate
function, because it receive the same page before and after theprocessConvergedTFA
.I know the code I'm sending is correct because the
processConvergedTFA
returns without errors, but I think there might be a problem with my AD configuration which returns an unexpected page.I would really appreciate some help 🙏