Identify the OAuth2 client
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Client applications make requests to access resources on a PAS for OpenEdge
server. Each client has a unique ID (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 impacts 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.
- This example uses a native client as the client.