v2.0.5-beta.1 - Entra #147
almenscorner
started this conversation in
Beta talk
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not everything in Entra is using Graph API, some resources are using an internal API to get and update payloads.
The first authentication to Azure APIs (main.iam.ad.ext.azure.com) is manual and requires you to go to a URL and put in a device code and sign in. The refresh token that is obtained upon authenticating can be stored in an encrypted local cache however so that subsequent runs are authenticated silently.
To save the refresh token in a local cache, you must create a key that will be used from encryption and decryption. The key can be created in two ways,
macOS or any other UNIX based system with openssl,
Windows and PowerShell,
If you are using local auth when running IntuneCD, add this key and tenant id to the json,
If not using local auth, set
TENANT_ID
andKEY
as ENV vars.App registration permissions
New permissions needed to manage Entra
Beta Was this translation helpful? Give feedback.
All reactions