Register for Data Access
In the previous post we learned how to generate data using a Bosch-powered eBike. Now let’s continue with the registration for data access.
Step 2: Register for Data Access
To register for data access we as a data recipient need to follow a three-part process which includes
- log in or sign uo with SingleKey ID
- accept terms and conditions for data recipients
- create a client application
Log in or sign uo with SingleKey ID
First of all we need to log in or sign up with our SingleKey ID at https://portal.bosch-ebike.com. Since we already created an SingleKey ID account in the previous post we can simply log in.
Accept terms and conditions for data recipients
Afterward, we proceed as a user (since we want to access our own data) and accept the terms and conditions.
Create a client application
Finally, we create a client application that will be used to retrieve the data via REST calls
- client application name: test-confidential
- login URL: http://localhost:4200/*
- redirect URL: http://localhost:4200/*
- confidential client: yes
After creating the client application we can see the client ID and client secret which we will need later for the authentication.
In the next post we will learn how to grant access to data.