cancel
Showing results for 
Search instead for 
Did you mean: 

How to create new users in SCC - SMP 2.3.3

vladimir_erakovic
Contributor
0 Kudos

We need to create user credentials on Mobile server for every user of our native Android application. Right now application register via supAdmin user account. I can't find how to create new users in SCC. Can someone explain me how?

Accepted Solutions (1)

Accepted Solutions (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vladimir,

You will have to create another security profile under security>admin in SCC

Check this procedure:

1. in SCC, Secuity<admin<authentication>select existing provider type and click properties (note down all the roles)

2. Now, click on New

     select Authentication provider as > preConfigureUserLoginModule

     provide username  = xxx (anyname as per your choice other than supAdmin)

                password = xxx (any password as per your choice)

                roles = make sure to provide all roles (refer from step 1)

     click ok

3. Now, you have to validate it also, Go to General Tab, click on Apply.

Now you log out from SCC and login with newly created credentials.

Rgrds,

Jitendra

Answers (2)

Answers (2)

vladimir_erakovic
Contributor
0 Kudos

Thank you both! I made it.

I have one more problem but first will try a couple of things before posting question.

midhun_vp
Active Contributor
0 Kudos

You have two options here,

  • Use any of the default security configurations in SMP. Ex. Create a HTTPAuthentiationLoginModule and deploy the MBO package to it, and do a SAPSSO. Hence you will be able to pass the SAP credentials as login and a user will be automatically created in SCC. Or you can LDAPLogin Module in similar way. This is recommended for production usage.
  • Create a preconfiguredLogin user with preconfiguredLoginModule in the supAdmin security>authentication>add.Where you need to hard code the credentials. You can use these credentials instead of supAdmin.

Hope that answers your question.

- Midhun VP