Configure self-contained access token validation
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
An OAuth2 access token's payload must contain a
client_id claim that uniquely identifies each type of resource server
client. Edit the oeablSecurity.properties file to configure PAS for
OpenEdge to the OAuth2 client's registered ID or a comma-separated list of registered
IDs. - Configure PAS for OpenEdge to use OAuth2.
oauth2.resSvc.tokenServices=oauth2 - Change the
oauth2.resSvc.clientIdattribute's value to hold the OAuth2 client's registered ID or a comma-separated list of registered IDs.
|