Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Encryption algorithm in BSP for SSO(Single Sign On).

Former Member
0 Kudos

Hi -

My client wants to send the details of the user in encrypted format to a third party URL using BSP application. Was wondering if anyone has done similar thing using BSP's.

Plese share your thoughts.

Ramesh.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Select transport protocol HTTPS and authentication Mechanism HTTP Authentication don't try to create your own routines or algorithms.

0 Kudos

I was thinking of some Function module which could be used to accomplish encryption. Does anyone have any ideas??

0 Kudos

Hi,

Check this:

http://www.saptechies.com/function-module-for-encryption-and-decryption/

But the best option is transport protocol HTTPS as I mentioned before.