If the authorization server supports OpenID Connect (OIDC), then update the following properties to collect and add identity token details to the CLIENT-PRINCIPAL object.

Add identity token information 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.