cancel
Showing results for 
Search instead for 
Did you mean: 

Single sign on - Blackberry and Windows Mobile

Former Member
0 Kudos

Hi all!

I have a web dynpro app running in blackberry and windows mobile.

The users receives a link by e-mail. His e-mail is the same as the e-mail from portal.

I need to implement the single sign on for all users.

Regards,

Leo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Leonardo,

To enable single sign on for webdynpro application in blackberry,

1. Make the "Authentication" property of the application to "True".

2. Configure SSO between the J2EE server and your backend SAP system.

The above step make the application to ask the user to sign in to the application in the J2EE engine. But there'll be an SSO between J2EE engine and backend.

Now if you dont want the user to login to the application, then you have to make use of a module called "RIMLogonModule" for blackberry. You have to install/configure this in the J2EE server.

Regards,

Sunil

Former Member
0 Kudos

Hi

plz refer these links

/people/holger.bruchelt/blog/2008/10/06/single-sign-on-to-bsp-pages-from-duets-action-pane

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/603ca425-0c01-0010-cdb2-c10d13c4...

regards

Manohar