getOTP.jsp customization
Hello,
Currently we have implemented the Oracle Mobile authenticator. Per the documentation, we have an Authentication Scheme in place using the TOTPModule. We are using /pages/getOTP.jsp out of the box, but would like to customize this. We tried using context type External with a full URL however we are not redirected there (the OAM server seems to try to redirect to the OAM server url followed by / then our external URL. For example, we have http://domain.com/customotp.html and after login the server tries to redirect us to http://domain.com//domain.com/customotp.html.
Is this a bug or is a custom page for OTP simply not supported?