File tree Expand file tree Collapse file tree
sdk/identity/azure-identity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55- ` ClientCertificateCredential ` uses application and tenant IDs correctly
66([ #8315 ] ( https://github.com/Azure/azure-sdk-for-python/pull/8315 ) )
7+ - Adopted msal 1.0.0 and msal-extensions 0.1.3
8+ ([ 8359] ( https://github.com/Azure/azure-sdk-for-python/pull/8359 ) )
79
810
911## 1.0.0 (2019-10-29)
Original file line number Diff line number Diff line change 22Azure Identity simplifies authentication across the Azure SDK.
33It supports token authentication using an Azure Active Directory
44
5- This library is in preview and currently supports:
5+ This library currently supports:
66 - [ Service principal authentication] ( https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals )
77 - [ Managed identity authentication] ( https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview )
88 - User authentication
Original file line number Diff line number Diff line change 7373 install_requires = [
7474 "azure-core<2.0.0,>=1.0.0" ,
7575 "cryptography>=2.1.4" ,
76- "msal<1 .0.0,>=0.4.1 " ,
77- "msal-extensions~=0.1.2 " ,
76+ "msal<2 .0.0,>=1.0.0 " ,
77+ "msal-extensions~=0.1.3 " ,
7878 "six>=1.6" ,
7979 ],
8080 extras_require = {
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ cryptography>=2.1.4
9191futures
9292mock
9393typing
94- msal<1 .0.0,>=0.4.1
95- msal-extensions~=0.1.2
94+ msal<2 .0.0,>=1.0.0
95+ msal-extensions~=0.1.3
9696msrest>=0.5.0
9797msrestazure<2.0.0,>=0.4.32
9898requests>=2.18.4
You can’t perform that action at this time.
0 commit comments