ABL authentication callback procedure example
- Last Updated: October 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The authentication_callback.p example
shows how to set up an ABL authentication callback procedure implemented
with the appropriate type-name reference (Progress.Security.*.)for
the PAMStatus class and with basic error handling. Note that the /*
Perform validation */ comment is a placeholder for the
section where you would add your own validation code.
You can use authentication_callback.p as a template
for your own authentication callback.
authentication_callback.p
|
|