Skip to content

Use microsoft application credentials for authorization #2738

Answered by abraunegg
swissbyte asked this question in Q&A
Discussion options

You must be logged in to vote

@swissbyte

Since you know the codebase atm. better then me, do you think its hard to implement this feature?

It is all about time & effort.

To support this sort of access, the user of the application would have to:

  • Register a new application in Azure Active Directory. Post registration, note down the 'application id' and 'tenant id' as this will be needed
  • Configure application API permissions for this application. At a minimum, the following permissions are needed:
    • Sites.Read.All
    • Sites.ReadWrite.All
    • Files.Read.All
    • Files.ReadWrite.All
  • Grant Admin Consent for those permissions
  • Create a Client Secret
    • In Azure Active Directory under the Application you have created, create a new client…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@swissbyte
Comment options

@abraunegg
Comment options

Answer selected by abraunegg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants