Hi @Gary Semple
Select the endpoint that grants permissions based on the flow being used.
When using auth code flow, authorize interactive logins through /authorize
endpoints.
When using the client credential flow, authorization is done through the /adminconsent
endpoint, which requires an administrator to authorize.
Or you can grant permissions directly to the application service principal through this documentation tutorial
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.