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.
  1. Configure PAS for OpenEdge to use OAuth2.
    oauth2.resSvc.tokenServices=oauth2
  2. Change the oauth2.resSvc.clientId attribute's value to hold the OAuth2 client's registered ID or a comma-separated list of registered IDs.
oauth2.resSvc.clientId=<Client's registered ID> | <comma-separated list of registered IDs>