Add identity token data to a CLIENT-PRINCIPAL object

  1. Edit the oeablSecurity.properties.
  2. Set the oauth2 properties for collecting identity token details.
    OEClientPrincipalFilter.userinfo.servicetype=oidc
    									OEClientPrincipalFilter.userinfo.url=http://authorizationServer:port/userinfo
    Note: PAS for OpenEdge uses the oauth2.resSvc.clientId to request client information from the authorization server.