Does OpenAM provide the full TOTP UI flow automatically when using SAML + Google Authenticator? #1024
-
|
Hi, I am evaluating the integration of OpenAM with Google Authenticator by following this guide: https://www.openidentityplatform.org/blog/2025-09-12-using-google-authenticator-with-openam The article explains how to configure the I would like to confirm the expected behavior when OpenAM is used as a SAML IdP for an external application. Assume the application is a SAML Service Provider, and OpenAM is configured as the SAML Identity Provider. Also assume that the OpenAM authentication chain used for login contains username/password authentication followed by the In this case, should the user experience be fully handled by OpenAM as follows?
Is it correct that the application does not need to implement the QR code registration page, the verification code page, or the TOTP validation logic itself, and ONLY needs to implement the normal SAML SP mechanism? Any clarification would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @EkaLinMan, |
Beta Was this translation helpful? Give feedback.
Hi @EkaLinMan,
OpenAM handles complete authentication functionality such as username/password authentication, QR registration and code verification etc, you only need to implement SAML SP mechanism.