Hi! Does anybody knows how to add my own authentication module to the Nokia Activ Server. I want to use my own authentication method instead of the one provided. Thank you.
RE: Adding a new authentication module to the Nokia Activ Server
2002-10-14, 09:40#2
Hi,
Nokia Activ Security pack supports several authentication method in addition to authentication against internal NACS database:
- authentication against an NT domain
- * against an LDAP server
- * against a RADIUS server
- * against SecurID(R)
Nokia Activ Security overview can be found on forum.nokia.com under
Technologies/Browsing-WAP/Nokia Activ Server/Documents
RE: Adding a new authentication module to the Nokia Activ Server
2002-10-15, 17:52#3
Request for Clarification posted by shalex on 10/15/02 11:50AM
--------------------------------------------------------------------------------
Why not?
Just write, for example a servlet, which will request username&password and then authenticate against your system.
Please refer to Programmers' Guide, e.g. chapter 6.1.2