Demantra Integration with SSO/OID
Have anyone successfully integrated Demantra with SSO/OID.
I have done all the steps for the SSO and protected the login pages, workflow pages.
But when I navigate from R12 E-Business, it still prompts me for my password.
When I try to access its URL directly ( for etc., http://demantra.zebra.com:7777/demantra/portal/loginpage.jsp ), the SSO page is presented. After successful authentication, it presents with the Demantra Login page.
Looks like with the entries
<Location demantra/portal/loginpage.jsp>
require valid-user
AuthType Basic
</Location>
we have successfully protected the loginpage. The authentication is also successful, but something is missing with the authentication.
I have done all the steps for the SSO and protected the login pages, workflow pages.
But when I navigate from R12 E-Business, it still prompts me for my password.
When I try to access its URL directly ( for etc., http://demantra.zebra.com:7777/demantra/portal/loginpage.jsp ), the SSO page is presented. After successful authentication, it presents with the Demantra Login page.
Looks like with the entries
<Location demantra/portal/loginpage.jsp>
require valid-user
AuthType Basic
</Location>
we have successfully protected the loginpage. The authentication is also successful, but something is missing with the authentication.
0