Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Default option for password in UME

Former Member
0 Kudos

Hi,

Is there a way that when we create new users in UME, that the default option for password management is set to "Disabled Password" in stead of "Define Initial Password".

We are using SPML SOAP message to create the users and if there is no password in the SPML messgae, the user is created, but no logon is possible as the system expects that you should have a password.

We will like to avoid sending in the password as part of user creation process, as these users will have to be created with no password. These users will never do a basis authentication, but are needed for SSO using HTTP header variable..

Thanks,

Vikrant sud

2 REPLIES 2

Former Member
0 Kudos

Is this a portal or what?

On the ABAP side this is possible, so I would expect the Java APIs to offer the same.

Looking in the PASSWORD structure is the wrong place, try the LOGONDATA (if it is done the same way). If you activate it in the call it should delete the PASSWORD regardless.

Sorry, I have an ABAP mentality... but consistent APIs make it easier (to have to understand less concepts) and SAP increasingly does this.

Cheers,

Julius

Edited by: Julius Bussche on Nov 19, 2009 9:47 PM

Former Member
0 Kudos

Hi,

Used an option in UME, which allowed no paswword chaneg whem looging on using SSO which resolved the issue.