External Authentication
The external authentication API provides endpoints for performing end user authentication with PingOne supported external identity providers. End users are redirected immediately to the authentication initialization endpoint at the external authentication service. After users authenticate at the provider, they are redirected back to the external authentication service’s authentication callback endpoint, where the external authentication API validates the token or assertion returned from the external identity provider.
Workflows
External authentication data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Object |
N/A |
Read-only |
The mapped user attributes and their values from the external identity provider. |
|
Object |
N/A |
Read-only |
The name of the mapped user attribute from the external identity provider. |
|
String |
N/A |
Read-only |
The value for the mapped user attribute from the external identity provider. |
|
String |
N/A |
Read-only |
An enumeration that specifies the update behavior for this attribute based on identity provider configuration. Options are |
|
String |
N/A |
Read-only |
The identifier returned by the identity provider for the external user. |
|
Object |
Required |
Immutable |
A reference to the PingOne flow associated with this external authentication. |
|
String |
Required |
Mutable |
The flow UUID associated with this external authentication. |
|
Object |
Required |
Immutable |
A reference to the external identity provider that is used to authenticate the user. |
|
String |
Required |
Mutable |
The UUID of the external identity provider to which the user is redirected for sign-on. |
|
String |
N/A |
Read-only |
The status of the external authentication. Options are:
|
|
Object |
N/A |
Read-only |
When the |
|
String |
N/A |
Read-only |
The PingOne code for the error. |
|
String |
N/A |
Read-only |
The description of the error. |
External authentication events generated
Refer to Audit Reporting Events for the events generated.