cancel
Showing results for 
Search instead for 
Did you mean: 

Kapsel logon plug-in

Former Member
0 Kudos

Hey, I create a  kapsel log-on plug in application by fallowing, http://scn.sap.com/docs/DOC-49524 I just want to active user name and password policy, to do that i set my application setting authentication as https and i tried to connect smp by 8081 port. Although, i used https authentication, the application does not consider the username and password, it connect to smp by anonymous user. Is there anyway to do a security policy  that consider username and password. the platform that i work on : SMP on premise SP03

Accepted Solutions (1)

Accepted Solutions (1)

Dan_vL
Product and Topic Expert
Product and Topic Expert
0 Kudos

The simplest way to do this would be to create a new Authentication Provider of type System Logon and then provide the user name and password that can be used.  You can provide multiple of these with different user names and passwords.

Another way would be to add an HTTP Authentication provider and provide a URL that will test the authentication.

If you do wish to enable HTTPS then the following content may be of some help.

http://scn.sap.com/docs/DOC-50247#https

Answers (0)