Pass Secret Key to Generate TOPT in Website #663
Unanswered
jcallahan526
asked this question in
Q&A
Replies: 1 comment
-
It is not possible to embed the extension in an iframe because it relies heavily on browser extension APIs. Furthermore, I suspect that whatever you are attempting to do will eradicate the security benifits of 2FA, especially since the secret would be stored outside of local storage. The specification for TOTP is available here: https://datatracker.ietf.org/doc/html/rfc6238 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are looking to store the encoded Secret Keys (generated by Salesforce) and generate the TOPT's on demand.
Is it possible to embed the Authenticator in an iframe and pass the Secret Keys?
If not can you direct us to the algorithm used to decode the Secret Keys?
Beta Was this translation helpful? Give feedback.
All reactions