Skip to content Skip to sidebar Skip to footer
Showing posts with the label Azure Active Directory

Get Access Control List (iam) Of A Resource Group In Node.js

I am using Node.js to interact with Azure, for example, to create a resource group: const { Resourc… Read more Get Access Control List (iam) Of A Resource Group In Node.js

Calling A Secured Rest Api From Javascript Without User Login Screen

How would you call the secured REST api from the Javascript script application that doesn't hav… Read more Calling A Secured Rest Api From Javascript Without User Login Screen

Getting Azure Active Directory Token Javascript

I am trying to get AAD oauth 2.0 token by sending a post request but always getting the following e… Read more Getting Azure Active Directory Token Javascript

Graph Security Endpoint Throwing An Http 403 With Adaljs

Trying to build a client-side app using the Microsoft Graph Security API. We've made the grants… Read more Graph Security Endpoint Throwing An Http 403 With Adaljs