Pedro Castelo Branco Lourenço

Results 4 comments of Pedro Castelo Branco Lourenço

Hi Folks, Is there any update on this topic? I see the thread is quite long out there so just wanted to ping if there`s any update on it...

Hi dbenge! I am having exactly same issue on my end. Did you find an alternative?

Hi dbenge, I came back to this issue and did some deeper investigation. The problem I detected is actualy on the plugin.xml file. Basically, on lines 90 and 97 you...

As information, one workaround I made to get this moving is: 1. I copied the `AzureIdentityAccessTokenProvider` class, renaming it to `MyAzureIdentityAccessTokenProvider` https://github.com/microsoft/kiota-authentication-azure-python/blob/9f4c5fef56eb99a4165bf73ce6879e774e478dc1/kiota_authentication_azure/azure_identity_access_token_provider.py#L11 2. I manually instantiated it: ```python my_token_provider=MyAzureIdentityAccessTokenProvider( credential,...