Azure / azure-relay-java

Azure Relay Java SDK
MIT License
8 stars 9 forks source link

Add new API to allow authentication with Azure Identity #76

Closed bainian12345 closed 3 years ago

bainian12345 commented 3 years ago

Allow the user to create TokenProvider object with a TokenCredential from AzureIdentity for authentication. This would support authentication with client secret, Azure managed identity, Azure user assigned identity, and many other methods shown here.