Closed FriedrichWeinmann closed 6 months ago
This should also work:
Connect-EntraService -ClientID $clientID -TenantID $tenantID -VaultName myvault -SecretName mysecret
Automagically retrieving the secret, determining whether it is a CLientSecret or a Certificate and then use the appropriate authentication flow.
Implemented in 1.1.11
This should also work:
Automagically retrieving the secret, determining whether it is a CLientSecret or a Certificate and then use the appropriate authentication flow.