Graph API tips
If you are wanting to manage AAD but only using .Net
The AAD Graph API, though no longer updated, will have you set.
But if other platforms and languages are your thing,
The Microsoft Graph API will be the Yang to your Ying.
The AAD Graph API, though no longer updated, will have you set.
But if other platforms and languages are your thing,
The Microsoft Graph API will be the Yang to your Ying.
The AAD Graph API endpoint is graph.windows.net,
So make sure your permissions are properly set,
The MS Graph API endpoint is graph.microsoft.com,
Set perms right here too, or you'll be crying to your mom.
The MS Graph API endpoint is graph.microsoft.com,
Set perms right here too, or you'll be crying to your mom.
"Mom, why don't my app work?"
"Mom, why do I feel like a jerk?"
Mom's just going to stop you and say:
"My child, set your perms the right way!"
So put on your adult britches,
Take heed of these verbal riches,
Set the right perms for you app,
and show them all you give a crap.
References:
{
"complementaryClose": "With Love",
"alias": "DJ JSON",
"date" : "05/05/2021",
"complementaryClose": "With Love",
"alias": "DJ JSON",
"date" : "05/05/2021",
"hobbies" : [
{
"first": "Writing",
"second": "Karoake",
"third": "Gaming",
"fourth": "Learning"
}
]
}
Comments
Post a Comment