FriedrichWeinmann / EntraAuth

MIT License
45 stars 1 forks source link

Key Vault integration #4

Closed FriedrichWeinmann closed 6 months ago

FriedrichWeinmann commented 8 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.

FriedrichWeinmann commented 6 months ago

Implemented in 1.1.11