-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.
Description
msal.TokenCache is not pickleable now.
In the case that a credential has a member of msal.TokenCache, if it is provided by the user, we raise error and fail to pickle it.
If it is created by the class, we drop the token cache and recreate it when loading it.
- AuthorizationCodeCredential
- AzureDeveloperCliCredential
- AzureCliCredential
- AzurePowerShellCredential
- CertificateCredential
- ChainedTokenCredential
- ClientAssertionCredential
- ClientSecretCredential
- DefaultAzureCredential
- DeviceCodeCredential
- EnvironmentCredential
- InteractiveBrowserCredential
- ManagedIdentityCredential
- OnBehalfOfCredential
- SharedTokenCacheCredential
- UsernamePasswordCredential
- VisualStudioCodeCredential
- WorkloadIdentityCredential
- AuthorizationCodeCredential-async
- AzureDeveloperCliCredential-async
- AzureCliCredential-async
- AzurePowerShellCredential-async
- CertificateCredential-async
- ChainedTokenCredential-async
- ClientSecretCredential-async
- ClientAssertionCredential-async
- DefaultAzureCredential-async
- EnvironmentCredential-async
- ManagedIdentityCredential-async
- OnBehalfOfCredential-async
- SharedTokenCacheCredential-async
- VisualStudioCodeCredential-async
- WorkloadIdentityCredential-async
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.
Type
Projects
Status
Done