You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-manager-for-agri/how-to-set-up-sensors-partner.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Hence to enable authentication & authorization, partners will need to do the fol
36
36
37
37
Partners can access the APIs in customer tenant using the multi-tenant Azure Active Directory App, registered in Azure Active Directory. App registration is done on the Azure portal so the Microsoft identity platform can provide authentication and authorization services for your application which in turn accesses Data Manager for Agriculture.
38
38
39
-
Follow the steps provided in <ahref="https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app#register-an-application"target="_blank">App Registration</a>**until the Step 8** to generate the following information:
39
+
Follow the steps provided in [App Registration](/azure/active-directory/develop/quickstart-register-app#register-an-application)**until the Step 8** to generate the following information:
40
40
41
41
1.**Application (client) ID**
42
42
2.**Directory (tenant) ID**
@@ -46,7 +46,7 @@ Copy and store all three values as you would need them for generating access tok
46
46
47
47
The Application (client) ID created is like the User ID of the application, and now you need to create its corresponding Application password (client secret) for the application to identify itself.
48
48
49
-
Follow the steps provided in <ahref="https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app#add-a-client-secret"target="_blank">Add a client secret</a> to generate **Client Secret** and copy the client secret generated.
49
+
Follow the steps provided in [Add a client secret](/azure/active-directory/develop/quickstart-register-app#add-a-client-secret) to generate **Client Secret** and copy the client secret generated.
50
50
51
51
### Registration
52
52
@@ -63,7 +63,7 @@ Based on the sensors that customers use and their respective sensor partner’s
63
63
64
64
Customers who choose to onboard to a specific partner will know the app ID of that specific partner. Now using the app ID customer will need to do the following things in sequence.
65
65
66
-
1.**Consent** – Since the partner’s app resides in a different tenant and the customer wants the partner to access certain APIs in their Data Manager for Agriculture instance, the customers are required to call a specific endpoint (https://login.microsoft.com/common/adminconsent/clientId=[client_id]) and replace the [client_id] with the partners’ app ID. This enables the customers’ Azure Active Directory to recognize this APP ID whenever they use it for role assignment.
66
+
1.**Consent** – Since the partner’s app resides in a different tenant and the customer wants the partner to access certain APIs in their Data Manager for Agriculture instance, the customers are required to call a specific endpoint `https://login.microsoft.com/common/adminconsent/clientId=[client_id]` and replace the [client_id] with the partners’ app ID. This enables the customers’ Azure Active Directory to recognize this APP ID whenever they use it for role assignment.
67
67
68
68
2.**Identity Access Management (IAM)** – As part of Identity access management, customers will create a new role assignment to the above app ID which was provided consent. Data Manager for Agriculture will create a new role called Sensor Partner (In addition to the existing Admin, Contributor, Reader roles). Customers will choose the sensor partner role and add the partner app ID and provide access.
0 commit comments