fmcaexit.c

Abstract This example demonstrates how to make use of the authentication exit.
This example shows ...
  • How to evaluate the parameters coming into the authentication exit.
  • How to signal the authentication results to the administration server.
You can use this example to ...
  • Implement your own authentication exit by replacing the implementations of Init(), Deinit() and Authenticate(). 
Minimum MQWF version required
  • V3.3.0
View source code  fmcaexit.c


[ Back to C index ]