Skip to main content

Adding a Custom SSO Adapter

Step 1: Begin by adding a “Custom SSO Adapter” Step 2: Upon adding the adapter, the Platform automatically creates a scoped OAuth client for API use and generates a file with the Client ID and Secret for API calls Creating the Adapter simplifies enabling/disabling the OAuth client and integrates seamlessly with the existing policy engine for clean authentication. Policies can be set for a specific Adapter.

Using TruU Identity APIs

With the OAuth Client ID and Secret generated and downloaded when creating the Custom SSO Adapter, it’s now possible to call the TruU Identity APIs to authenticate users. Here’s an example of an identity request API call:
By default, TruU doesn’t allow identity requests to be completed by users inactive in the source directory. However, the payload includes the boolean value “resolvableByInactiveUser”. If this value is omitted or false, TruU won’t allow the request to be completed by an inactive user. If this value is included and true, TruU will allow the identity request to be completed by a user marked as inactive in the directory. Here’s an example of the same API request as above that will result in an identity request that can be completed by an inactive user:

Blocking Request and IN_PROGRESS Response

Here’s an example of a blocking request from the POST:
The following POST shows a call for the IN_PROGRESS response for a user:
This returns the following IN_PROGRESS response:
The status changes after the user authenticates:

TruU IdP for NetSkope Physical Access Control