cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic credentials for workflow application

Former Member
0 Kudos

hello,

we are trying to implement dynamic credentials for workflow application.

Firstly we have given dynamic credentials in mbo creation wizard as:

Then we have created the workflow app by selecting credential request screen

Now when we run the app, starting point as credential request,

does it validate for the any user credentials we are providing, which is present in user master data of system, as this is case of dynamic credentials??

Also kindly guide if we need to do any other configurations for dynamic credentials.

we came across one SAP standard function module SUSR_CHECK_LOGON_DATA, but could not implement it, as it throws Auth Method not supported error, so please guide us on using this also.

Thanks & Regards

Ajay

Accepted Solutions (1)

Accepted Solutions (1)

midhun_vp
Active Contributor
0 Kudos

Right now if you deploy the app and test means it will be validating against the SCC credentials if had deployed the MBO in the admin security profile.

To make it work. You have to create a new security profile with SAPSSOLoginModule with the SAP ping url. ( SAPSSOLoginModule is deprecated in version SUP2.2, need to check what is the alternative. ). Then you need to add this security profile in the domain you are deploying the MBO, ex: default.

Now when you run the app it will be validated against the SAP system.

- Midhun VP

Answers (0)