08-25-2008 09:46 AM
Hi I am new to this Community and also new to this domain.
I require that the BlackBerry’s registered email be used as an authentication mechanism for the application such that the user never has to manually enter a username/password.
I am using JDE 4.5, Jdk 1.6, MDS 4.1.2.
Please help me to register work email account in BlackBerry simulator and with this email address how will i implement authentication for a custom application.
Thanks in Advance.
08-25-2008 11:07 AM
For a user registered with a BES you can have the email address returned in an http header for specific domains (such as your internal servers only). See this knowledge base article for details:
http://www.blackberry.com/knowledgecenterpublic/li
For this to work with the simulator, you will have to register your simulator with a BES (not the MDS Simulator, it will not do this). Additionally, the simulator will only let you work with the simulator default email address and pin. Its usually simpler to build your sample and deploy it to a real device (such as your personal one) in order to test the authencation method in my experience.
cheers
Ed Bourne08-26-2008 01:47 AM
Thanks ebourne for the quick reply.