Skip to content

[Bug] Service Fabric HTTPAdapter enforcement breaks Identity SDK #963

Description

@JennyPng

Describe the bug

This change https://github.com/AzureAD/microsoft-authentication-library-for-python/pull/952/changes#diff-24c0727ff4626c6c535d05c13b61fa4b4a47d6fc4496ec0ceadc734191de19cbR741 breaks Azure Identity SDK's Service Fabric credential implementation because it rejects custom HTTPAdapters.

Azure Core SDK's transport mounts a custom subclass that inherits from HTTPAdapter to support Azure Storage and other high throughput services. We want to avoid importing requests in the Identity SDK just to pass a new session to MSAL.

This issue blocks the Identity SDK from adopting UAMI ARC support (Azure/azure-sdk-for-python#48708), which requires upgrading MSAL to 1.38.0.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1bugregressionBehavior that worked in a previous release that no longer works in a newer release

    Type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions