Create an AzureOsduClient implementation of BaseOsduClient. Should follow similar pattern as the AWS client, but use MSAL for auth token management.
Tasks
- Create class
AzureOsduClient(BaseOsduClient)
- Override method
get_access_token with logic to obtain token via MSAL.
Create an
AzureOsduClientimplementation ofBaseOsduClient. Should follow similar pattern as the AWS client, but use MSAL for auth token management.Tasks
AzureOsduClient(BaseOsduClient)get_access_tokenwith logic to obtain token viaMSAL.