SSO authentication model
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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 and 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.
For more information onWWW-Authenticate : oecp error=401, error_description=error-desc token-error-codetoken-error-code, see SSO token error codes.