Use the GET /authenticationApi/applications
endpoint to get the collection of authentication API applications.
Code | Reason |
---|---|
200 | Success. |
403 | PingFederate does not have its IdP role enabled. Operation not available. |
422 | Validation error(s) occurred. |
AuthnApiApplications
- A collection of Authentication API Application items.
Property | Type | Description |
---|---|---|
items | array[AuthnApiApplication] | The actual list of Authentication API Applications. |
AuthnApiApplication
- Authentication API Application.
Property | Type | Description |
---|---|---|
additionalAllowedOrigins | array[string] | The domain in the redirect URL is always whitelisted. This field contains a list of additional allowed origin URL’s for cross-origin resource sharing. |
description | string | The Authentication API Application description. |
id * | string | The persistent, unique ID for the Authentication API application. It can be any combination of [a-zA-Z0-9._-]. This property is system-assigned if not specified. |
name * | string | The Authentication API Application Name. Name must be unique. |
url * | string | The Authentication API Application redirect URL. |