Identify the OAuth2 client
- Last Updated: June 16, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Client applications make requests to access resources on a PAS for
OpenEdge server. Each client has a unique ID (
The OESECTOOL example used a native client, client_id ) registered with an authorization server, inserted into an
OAuth2 access token, and validated by the resource server, PAS for OpenEdge. The
client choice affects the configuration of your PAS for OpenEdge. Choose a client.
The clients include:- Hybrid—Combination of native and web applications.
- Native—Stand-alone application or mobile application.
- User agent—Browser-based application.
- Web application—Web-server hosted application.
_oeping.