cancel
Showing results for 
Search instead for 
Did you mean: 

Changing password from device in SUP

Former Member
0 Kudos

Hi Friends

I developed an application in Blackberry using SUP. In my application one scenario is changing password for login user,

how to update the password from device to sup server?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

D_Olderdissen
Advisor
Advisor
0 Kudos

SUP itself does not handle the user+password. This is handled by the configured authentication entity that SUP is connected against.

You would need to connect SUP to the authentication provider of your choice (e.g. LDAP) as a data source. Your authentication provider would need to support the credential change via that interface (which they don't for security reasons I would guess). Then you would be faced with transporting the user credentials through SUP to the backend data source as regular data (have fun in the CDB), and also get your scenario approved by the corporate IT.

I would recommend to refocus to other features that are easier to implement.