Microsoft has announced the Public Preview of Managed Identities as Federated Identity Credentials (FICs) for Microsoft Entra.
The innovation aims to enhance security and simplify resource access across Azure tenants.
Traditionally, applications have relied on client secrets or certificates for authentication, which involves risks like credential leaks and the need for frequent renewal.
With the introduction of Managed Identities as FICs, apps can now accept managed identity tokens issued by Microsoft Entra.
This process leverages the Workload Identity Federation flow to authenticate apps using tokens from trusted identity providers like GitHub, Kubernetes, and other OpenID Connect (OIDC) issuers.
Once configured, an application can exchange a managed identity token for an access token to access resources protected by Microsoft Entra. This eliminates the need to manage app secrets or certificates manually.
Developers can configure this feature via the Azure Portal by adding a federated credential to their app registration and associating it with a user-assigned managed identity.
To begin using this feature, follow these steps:
https://login.microsoftonline.com/{tenantId}/v2.0).This setup ensures that your app trusts the managed identity for secure access.
ANY.RUN Threat Intelligence Lookup - Extract Millions of IOC's for Interactive Malware Analysis: Try for Free
Developers can programmatically retrieve access tokens through a two-step process: obtaining a managed identity token and using it as a client assertion to fetch an access token for specific resources.
For example, in C#, developers can use the Azure Identity library to authenticate and interact with Azure Storage accounts securely.
Moreover, this feature supports multi-tenant usage. By configuring your app registration as multitenant, you can enable cross-tenant resource access.
Administrators from other tenants can provision your app into their environments, broadening its usability across organizations.
Microsoft recommends adopting Managed Identities as Federated Identity Credentials for applications using Microsoft Entra ID to authenticate users or perform cross-tenant operations.
This approach enhances security by eliminating secrets and certificates while streamlining resource access management.
For automation enthusiasts, provisioning federated identity credentials is supported through Bicep templates, enabling seamless deployment at scale.
This feature represents a significant step forward in simplifying secure application authentication in cloud environments.
Developers and organizations are encouraged to explore this capability during its public preview phase to strengthen their security posture while reducing operational complexity.
Find this News Interesting! Follow us on Google News, LinkedIn, and X to Get Instant Updates!
Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…
Hackers are making some phishing pages harder to track by changing the code delivered to…
A cyber incident reportedly forced a British power plant to halt operations for about four…
Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…
TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…
A fake student resume is being used to place a remote-access tool on researchers’ Windows…