我正在寻找一种在 Linux 上生成 Oracle Mobile Authenticator OTP 的方法。Oracle Mobile Authenticator 基于 Google Authenticator。所以我认为我应该能够使用身份验证(基于 Java 的 Google Authenticator Token 生成器应用程序)。但似乎我无法使用 Oracle Access Manager 为 OTP 生成的 Secret 来初始化 JAuth。
答案1
Google Authenticator 符合 HOTP/TOTP(RFC 4226 6328)查看 oathtool,它是 HOTP/TOTP 的命令行实现。