IBM worklight Authentication

73 views Asked by At

What are the differences between the form based Authentication and Adapter based authentication in IBM worklight which is best for security

1

There are 1 answers

0
Shmulik Bardosh On BEST ANSWER

The main difference between Form and Adapter Based Authentication is that Form Based Authentication is using MobileFirst internal classes and methods, and When using Adapter Based Authentication you are responsible for the authentication procedures (which should be located inside an adapter) - you only declare in the securityTest what procedures to use for login and logout.