Hello, I have to use User Credentials for an integ...
# integrations
t
Hello, I have to use User Credentials for an integration: I receive error on an account with the 2020.2 release. I had not seen any updates on the User Credentials AUth before 2021.1 . Do you know more about that error ?
{
    
"error": {
        
"code": "TWO_FA_REQD",
        
"message": "Two-Factor Authentication required"
    
}
}
b
Does the role used for the integration require 2fa
t
the role has a not required two factor auth
and the integration is:
• ok i succeed it's because the role has a Access Token Management (for Token-based Authentication)
and it's part of Administrative permissions that require 2FA include:
thanks