Skip to content

Commit 2afb2a5

Browse files
authored
Update managed identity payload requirements - added version parameter
Added 'version' field requirement to the payload for managed identity setup.
1 parent ddfbdf7 commit 2afb2a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

power-platform/admin/set-up-managed-identity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ To provision managed identity record in Dataverse, complete the following steps.
163163
POST https://<<orgURL>>/api/data/v9.0/managedidentities
164164
```
165165
Be sure to replace **orgURL** with the URL of the organization.
166-
Ensure that **credentialsource** is set to **2** in the payload and **subjectscope** is set to **1** for environment-specific scenarios.
166+
Ensure that **credentialsource** is set to **2** in the payload, **subjectscope** is set to **1** for environment-specific scenarios and **version** is set to 1 in the payload.
167167

168168
**Sample payload**
169169
```json
@@ -173,6 +173,7 @@ To provision managed identity record in Dataverse, complete the following steps.
173173
"credentialsource": 2,
174174
"subjectscope": 1,
175175
"tenantid": "<<tenantId>>"
176+
"version": 1
176177
}
177178
```
178179

0 commit comments

Comments
 (0)