- Notifications
You must be signed in to change notification settings - Fork 102
AADClient Tool
Suwat Ch edited this page Oct 19, 2015 · 2 revisions
- Login
AADClient.exe login - Get Tenant Details
AADClient.exe get-tenant {tenant} - Get Tenant Applications (ServicePrincipals)
AADClient.exe get-apps {tenant} AADClient.exe get-app {tenant} {appId} - Associate Secret with Application (ServicePrincipal)
AADClient.exe add-cred {tenant} {appId} {secret} - Get Application (ServicePrincipal) JWT by Secret
AADClient.exe spn {tenant} {appId} {secret} - Associate Certificate with Application (ServicePrincipal)
AADClient.exe add-cred {tenant} {appId} {cerFile} - Get Application (ServicePrincipal) JWT by Certificate
AADClient.exe spn {tenant} {appId} {pfxFile} {pfxPassword} - Delete Credential from Application (ServicePrincipal)
AADClient.exe del-cred {tenant} {appId} {keyId}