Skip to content

Commit

Permalink
Added readme for documenting required access of sp
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Feb 10, 2021
1 parent ab0b492 commit 1619181
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions code/aadScim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Required Access for Service Principal

https://docs.microsoft.com/en-us/graph/application-provisioning-configure-api?view=graph-rest-1.0&tabs=http
director.readwrite.all, application.readwrite.ownedby

1. Instantiate Application

Rights: Application.ReadWrite.All, Directory.ReadWrite.All
Link: https://docs.microsoft.com/en-us/graph/api/applicationtemplate-instantiate?tabs=http&view=graph-rest-beta

2. Create the provisioning job based on the template

Rights: TBD
Link: https://docs.microsoft.com/en-us/graph/api/synchronization-synchronizationtemplate-list?tabs=http&view=graph-rest-beta

3. Create the provisioning job

Rights: TBD
Link: https://docs.microsoft.com/en-us/graph/api/synchronization-synchronizationjob-post?tabs=http&view=graph-rest-beta

4. Validate Credentials

Rights: TBD
Link: https://docs.microsoft.com/en-us/graph/api/synchronization-synchronizationjob-validatecredentials?tabs=http&view=graph-rest-beta

5. Save your credentials

Rights: TBD
Link: TBD

6. Start the provisioning job

Rights: TBD
Link: https://docs.microsoft.com/en-us/graph/api/synchronization-synchronizationjob-start?tabs=http&view=graph-rest-beta

0 comments on commit 1619181

Please sign in to comment.