Skip to content

Commit 8a4680f

Browse files
Added error code note
Added error code note
1 parent 414c4a3 commit 8a4680f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/active-directory/develop/workload-identity-federation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Typically, a software workload (such as an application, service, script, or cont
2929
You use workload identity federation to configure an Azure AD app registration to trust tokens from an external identity provider (IdP), such as GitHub. Once that trust relationship is created, your software workload can exchange trusted tokens from the external IdP for access tokens from Microsoft identity platform. Your software workload then uses that access token to access the Azure AD protected resources to which the workload has been granted access. This eliminates the maintenance burden of manually managing credentials and eliminates the risk of leaking secrets or having certificates expire.
3030

3131
## Supported scenarios
32+
> [!NOTE]
33+
> AAD-issued tokens may not be used for federated identity flows.
3234
3335
The following scenarios are supported for accessing Azure AD protected resources using workload identity federation:
3436

0 commit comments

Comments
 (0)