They would need to claim client capability "CP1" in token requests and accept a claims keyword argument to get_token(). Sync credentials do this and rely on MSAL for the details. Doing the same for async credentials is blocked on AzureAD/microsoft-authentication-library-for-python#88
They would need to claim client capability "CP1" in token requests and accept a
claimskeyword argument toget_token(). Sync credentials do this and rely on MSAL for the details. Doing the same for async credentials is blocked on AzureAD/microsoft-authentication-library-for-python#88