Hi, there.
I've got another issue with setting up airflow connection. Using refresh token works perfectly fine, but my concern is that we need update refresh token periodically but there is no way of addressing when the refresh token is due. So I tried out 'clientSecret' in Extra in order not to resort to updating refresh token, resulting in an error:
"error_description":"AADSTS700025: Client is public so neither 'client_assertion' nor 'client_secret' should be presented
When I remove 'clientSecret' from Extra while keeping 'tenantId' alone, my Dag normally works as expected. I was wondering if you could help me out with this?