Skip to main content

Authentication & IAM

All DataSapien platform components use OIDC and OAuth2 and can be integrated with your existing IAM solution. The Mobile Backend is no exception and uses OAuth2 to authorise requests made to its REST endpoints.

SDK to Mobile Backend Access

The Mobile Backend provides two set of endpoints, one for the Orchestrator and one for the Mobile SDK instances. The authorisation for Orchestrator to Mobile Backend is explained in the Orchestator section.

Authorisation for the Mobile SDK to the Mobile Backend is similarly implemented by Client Credentials Flow as Mobile SDK is considered a service. A Client Secret should be created on your IAM solution for each mobile app that will make use of DataSapien Mobile SDK. The mobile app should configure the Mobile SDK to use the created client secret.