OAM - OMA integration 11gR2PS3
Hi,
I have integrated OAM 11gR2PS3 with Oracle Mobile Authenticator.
While in am trying to authenticate against OTP generated in mobile, I am facing 'Invalid One Time Pin'.
Below is the code which I used to open OMA and create user account.
<html>
<head>
<title>Oracle Mobile Authenticator</title>
</head>
<body>
<a href="oraclemobileauthenticator://settings?LoginURL::=http://172.16.30.139:14100/ms_oauth/resources/userprofile/secretkey"> Click Here </a>
</body>
</html>
Kindly help.