cancel
Showing results for 
Search instead for 
Did you mean: 

Bypass login while accessing Webpage SAP MII

ankit12
Active Participant
0 Kudos
605

Hi All,

We have a requirement where we have to call a web page (developed in SAP MII) using the URL. our end goal is when end user access the web page externally it should not prompt him/her for login.

Is there any way where we bypass the login screen in MII or how we can pass the credential securely to MII using URL.

Quick response is appriciated.

Regards,

Ankit Gupta

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

As far as i know its not possible because , its the SAP NetWeaver portal who you need to bypass so you need to deploy it outside and if you are calling a transaction ,you can put your login and pw in the url (ex: '....TRANSACTION/XXXXXXX&j_username=xxxx&j_password=xxxx&session=false&content-Type=text/&OutputParameter=ResultXML&....')