SSO Authentication Model
- Last Updated: March 16, 2023
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The SSO authentication model for native OpenEdge SSO tokens follows the HTTP BASIC model where a client’s identity is authenticated on each HTTP request. The difference between the two is that HTTP BASIC sends user-id/password authentication on each request and SSO sends an encoded SSO token in each request.
Client request
The HTTP 1.1 format for the request is:
|
For OpenEdge, the client request is:
|
HTTP Status Codes
- 200 indicates success.
- 401 indicates an SSO authentication failure.
WWW-Authenticate : oecp error=401, error_description=error-desc token-error-code