-
Notifications
You must be signed in to change notification settings - Fork 42
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
OKTA not sending SMS #10
Comments
I currently don't have access to enable SMS verification in my OKTA and therefore it's hard to answer and code the solution. Will try to think of something. |
Ok, I resolved the issue of access to SMS factor. Will try to figure out work-flow and implement it. |
@ffainelli I've implemented SMS verification. To use it, add I made successful connection with SMS verification, but, please, test it and give feedback. |
@arthepsy thanks, this works great, now I back to where I was before with the following:
|
Ah, so You were having two different issues, - feature of SMS verification and initial connection failure. For now, You can't even try to get SMS to verify this... |
Closing, as SMS factor is implemented. Other issue is being discussed in #11. |
I have OKTA configured to send me SMS for the challenge, and had to add the following to make the code accept it as a totp_factors:
Though for some reason that does not trigger OKTA to send a SMS, any clues what could be missing? Enabling OKTA verify is an option, though some other people my prefer using SMS (e.g: traveling etc.).
The text was updated successfully, but these errors were encountered: