Authenticate as a user
The Bosch IoT Things service offers various ways to authenticate as a user.
You can use
- a Bosch-ID,
- a Google Account.
Bosch-ID
A user registered at the Bosch-ID service can be authenticated via JWT.
The JWT can be passed to Bosch IoT Things API with the Authorization
header using the prefix Bearer
.
Example
The Bosch-ID OAuth flow is implemented in an example project: Bosch IoT Permissions > Developer Guide > Example project for Identity Provider integration.
Google Account
A Google user can be authenticated via JWT.
The JWT can be passed to
Bosch IoT Things API with the Authorization header using the prefix
Bearer
.
For more information on Google authentication see developers.google.com.