Skip to main content

Overview

Manages all authentication flows for PADS4: identity providers, SSO, MFA, claims mapping, external authentication, groups, roles, permissions, and session token management. This is the central security gateway for all user and service authentication.

Authentication

All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:
Replace https://<your-server> with your PADS4 server address and <ServiceName> with the service path shown above.

Endpoint Reference


Request & Response Examples

POST /api/v1/AuthenticationIdentityProvider

Request:
Response 200 OK:

GET /api/v1/Claim/GetMappableProperties

Request:
Response 200 OK:

GET /api/v1/Claim/{mappingId}

Request:
Response 200 OK:

POST /api/v1/Claim/GetAll

Request:
Response 200 OK:

POST /api/v1/Claim/Save

Request:
Response 200 OK:

DELETE /api/v1/Claim

Request:
Response 200 OK:

Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.