We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda6b2f commit aac7b7bCopy full SHA for aac7b7b
1 file changed
src/pentesting-cloud/azure-security/az-services/az-azuread.md
@@ -101,6 +101,7 @@ Connect-AzAccount -Credential $creds
101
102
# Connect with access token
103
Connect-AzAccount -AccountId test@corp.onmicrosoft.com [-AccessToken $ManagementToken] [-GraphAccessToken $AADGraphToken] [-MicrosoftGraphAccessToken $MicrosoftGraphToken] [-KeyVaultAccessToken $KeyVaultToken]
104
+# If connecting with some metadata token just use "-AccountId asdasd@example.com" and it will work
105
106
# Connect with Service principal/enterprise app secret
107
$password = ConvertTo-SecureString 'KWEFNOIRFIPMWL.--DWPNVFI._EDWWEF_ADF~SODNFBWRBIF' -AsPlainText -Force
0 commit comments