You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
June Release Cycle - Start Early Feature Design for Nickel Beta-1
Design: Beta-1 Features
Feature: Support Tenant Id Challenges / Hints tenant-hint.md
Support Key Vaults across multiple tenants
Address common issues when customers use VS/VSCode credentials with multiple credentials signed in
Feature: Add support for Managed Identity regional AAD authentication endpoints #20027
- The [guidance] from the Azure IAM wiki for service teams using MI is to authenticate using a regional endpoint (e.g. https://eastus2euap.login.microsoft.com). However, the MSAL example given in the wiki uses APIs that are not currently exposed/used by [MsalConfidentialClient], namely WithAuthority(Uri, bool) and WithInstanceDicoveryMetadata(string).
- Today, when using the regional AAD endpoint with Azure.Identity (using a [ClientCertificateCredential]), we see an error Application error - the login request was malformed and could not be matched with an existing authentication endpoint or instance. The error goes away when using a global endpoint (https://login.microsoftonline.com/).
Feature: Support overriding MSI_ENDPOINT for dev-time debugging for the Azure Kubernetes Service team #670
- The Bridge to Kubernetes enables a user to natively debug one microservice on their local machine when "bridged" to other microservices running in Kubernetes. AKS is looking for an environment variable that can be overridden to specify a custom managed identity endpoint. This is required so that when the user's locally running code tries to call the managed identity endpoint for a token, they are able to intercept it and redirect the call to the cluster so that the token can be fetched from the endpoint on the cluster.
Feature: Allow Pre-populated account name in browser during interactive login #16983
Feature: Add Simplified On-Behalf-Of (OBO) Auth Flow for the Microsoft Graph Team tracking issue
The OAuth 2.0 On-Behalf-Of flow (OBO) serves the use case where an application invokes a service/web API, which in turn needs to call another service/web API. The idea is to propagate the delegated user identity and permissions through the request chain. For the middle-tier service to make authenticated requests to the downstream service, it needs to secure an access token from the Microsoft identity platform, on behalf of the user.
Azure.Identity June - October 2021 Releases
June Release Cycle - Start Early Feature Design for Nickel Beta-1
Design: Beta-1 Features
Feature: Support Tenant Id Challenges / Hints tenant-hint.md
Feature: Add support for Managed Identity regional AAD authentication endpoints #20027
- The [guidance] from the Azure IAM wiki for service teams using MI is to authenticate using a regional endpoint (e.g.
https://eastus2euap.login.microsoft.com
). However, the MSAL example given in the wiki uses APIs that are not currently exposed/used by [MsalConfidentialClient], namelyWithAuthority(Uri, bool)
andWithInstanceDicoveryMetadata(string)
.- Today, when using the regional AAD endpoint with Azure.Identity (using a [ClientCertificateCredential]), we see an error
Application error - the login request was malformed and could not be matched with an existing authentication endpoint or instance.
The error goes away when using a global endpoint (https://login.microsoftonline.com/
).Feature: Support overriding MSI_ENDPOINT for dev-time debugging for the Azure Kubernetes Service team #670
- The Bridge to Kubernetes enables a user to natively debug one microservice on their local machine when "bridged" to other microservices running in Kubernetes. AKS is looking for an environment variable that can be overridden to specify a custom managed identity endpoint. This is required so that when the user's locally running code tries to call the managed identity endpoint for a token, they are able to intercept it and redirect the call to the cluster so that the token can be fetched from the endpoint on the cluster.
Feature: Allow Pre-populated account name in browser during interactive login #16983
July Release Cycle - Beta-1 Feature Development
Code: Beta-1 Features
Design: Beta-2 Features
Feature: Add Simplified On-Behalf-Of (OBO) Auth Flow for the Microsoft Graph Team tracking issue
Feature: Create AzureApplicationCredential for the MS Graph Team #20364 PR: Add AzureApplicationCredential azure-sdk-for-python#19403
August Release Cycle - Beta-2 Feature Development
Design: September Features
Code: Beta-2 Features
September Release Cycle - Beta-3 Feature Development
Simplified On-Behalf-Of (OBO) Auth Flow Support
Support exchanging k8s token to AAD token
Top Nickel Community Feature Requests (Usability, Diagnostics, Docs/Samples)
October Release Cycle - GA Release
November Release Cycle - Buffer
Language-Specific Child Epics
The text was updated successfully, but these errors were encountered: