Configure a single web application
- Last Updated: June 17, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You update oeablSecurity.properties to enable OAuth2 and
tell PAS for OpenEdge how to validate tokens. This includes pointing to the
OESECTOOL key endpoint and enabling JWT-based authentication.
- Edit oeablSecurity.properties for the web
applications. Linux:
instance/webapps/web-app-name/WEB-INF/oeablSecurity.propertiesWindows:
instance\webapps\web-app-name\WEB-INF\oeablSecurity.propertiesExample:
C:\OpenEdge\WRK\oepas1\webapps\ROOT\WEB-INF\oeablSecurity.properties - Set
client.login.modeltooauth2to enable OAuth2 for a single web application.client.login.model=oauth2 - Save the file.
For more information about client.login.model, see Enable ABL application authentication.