How to process JSDO login in a web handler

Posted by FrankHilhorst on 13-Feb-2017 18:47

Hi Guys,

I am trying to implement the JSDO login authentication in a web handler.

I do see that the web handler fires when I do a jdso.login(UserNm,Passwd); from the client.

However I can't figure out how capture the user name and password on the server side and do the authentication.

Any help is appreciated.

All Replies

Posted by Peter Judge on 13-Feb-2017 19:12

The only way would be to set up an OERealm SPA (single point of authentication).
 
 

This thread is closed