Add identity token data to a CLIENT-PRINCIPAL object
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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
- Edit the
oeablsecurity.properties. - Set the
oauth2properties for collecting identity token details.OEClientPrincipalFilter.userinfo.servicetype=oidc OEClientPrincipalFilter.userinfo.url=http://authorizationServer:port/userinfoNote: PAS for OpenEdge uses theoauth2.resSvc.clientIdto request client information from the authorization server.