Is there a available REST API we can use to authenticate IFS user. Basically give ifs user id and password as basic auth and check user is a valid ifs user or not. I’m using App10 UPD9.
Solved
Authenticate IFS user via Available REST API
Best answer by Rifki Razick
There is no API to authenticate a user, there shouldn’t be. The HTTP basic authentication flow works by embedding the auth information in the request header of the API call used to perform some (business) operation. In other words both authentication and business operation happens via a single HTTP request. Using a separate (dedicated) API to check if a user is authenticated/valid is not a good pattern IMO. Ideally authentication should be done using OAuth/OpenID instead of Basic wherever possible.
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.