ABL authentication callback procedure example
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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
|
|