You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to setup the okta-awsCli based caller identity, it always lands me to an error related to SMS factor based Authentication and then looks up for some session Token, which is maybe not found and hence an exception occurs, which then stops the command execution there abruptly. I have already configured the config.properties file to use TOTP based MFA but seems like that is not getting picked up. I am in need of bit of help here.
I have configured following values in config.properties file -
OKTA_ORG=mgmresorts.okta.com
The text was updated successfully, but these errors were encountered:
pranaj-roy
changed the title
SMS Factor Authentication Enter 'change factor' to use a different factor Exception in thread "main" org.json.JSONException: JSONObject["sessionToken"] not found.
Exception in thread "main" org.json.JSONException: JSONObject["sessionToken"] not found.
Aug 16, 2021
pranaj-roy
changed the title
Exception in thread "main" org.json.JSONException: JSONObject["sessionToken"] not found.
Getting Exception in thread "main" org.json.JSONException: JSONObject["sessionToken"] not found.
Aug 17, 2021
Faced this issue today. SMS MFA crashes all the time. I added additional method to MFA in my OKTA profile which was "Security Question" and I was able to proceed selecting it during script execution.
Setting up using Windows machine
I have been trying to setup the okta-awsCli based caller identity, it always lands me to an error related to SMS factor based Authentication and then looks up for some session Token, which is maybe not found and hence an exception occurs, which then stops the command execution there abruptly. I have already configured the config.properties file to use TOTP based MFA but seems like that is not getting picked up. I am in need of bit of help here.
I have configured following values in config.properties file -
OKTA_ORG=mgmresorts.okta.com
I used jdk-11 for this.
The text was updated successfully, but these errors were encountered: