Overview
Handles integration with external identity systems: SAML 2.0 login flows, circuit breaker diagnostics for identity provider connectivity, and message queue management for auth events.Authentication
All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:Replacehttps://<your-server>with your PADS4 server address and<ServiceName>with the service path shown above.
Endpoint Reference
Request & Response Examples
GET /api/v1/{domain}/saml2/Login/{providerId}
Request:
200 OK:
GET /api/v1/{domain}/saml2/Authenticate/{providerId}
Request:
200 OK:

