Hello
From my BSP application I need to add a link to a BEX service. To do, I need to set the login and password with a hidde method (User does have to fill login and password) ...
Is a method is available to do ... ?
Message was edited by: Jerome FORTIAS
Hallo Jerome,
There are easy methods to transfer the username and password via the URL. <b>However, this add major security risks.</b> (One example, this information is suddenly stored in the browser history.) If you really insist on using this technique, please check documentation.
The better technique to do this, is just to configure SSO2. Then a SSO2 cookie is issued, and with the correct configuration it is accepted by all other systems. Currently the SDN home page has a good article on how to configure SSO2.
Alternative, have users use X.509 certificates. However, this is a lot of work, as software must be installed on each PC.
++bcm
May I could use a form and http post to transfert login and password, but the deal is what are names of this parameters ?
Do you have a example of URL including password and login ?
SS02 could ba a good solution, I'm going to do what you suggested ... Thanks
Add a comment