cancel
Showing results for 
Search instead for 
Did you mean: 

Log-in with URL Parameter

Former Member
0 Kudos

Hello pros,

I would like to know if it is possible to logon to the system passing credential in the URL Parameter.

Example :

https://my346723.crm.ondemand.com/?userid=michaeln&password=abcdef

Expected result is, entering this url in the webbrowser, I'd be automatically connected to C4C (the user will not even see the login page).

(Password encryption is not the problem at the moment)

Thanks in advance,

Regards

Michael

Accepted Solutions (1)

Accepted Solutions (1)

surjeetbhati
Active Participant
0 Kudos

Hi Michael,

This functionality works for Response UI only and not for UI5

You can use below Response UI and login passing credentials

https://my<your tenant id>.com/sap/public/ap/ui/repository/SAP_UI/HTML5/newclient.html?app.component=/SAP_UI_CT/Main/root.uiccwoc&rootWindow=X&redirectUrl=/sap/public/byd/runtimesap-ui-language=en&username=<username>&password=<your password>

Regards,

Surjeet Bhati

Former Member
0 Kudos

Hello Surjeet,

Thanks a lot for your answer, this works fine !

Regards,

Michael

Answers (0)