-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Resource Provider
Azure Identity team
Description of Feature or Work Requested
Update/creation of Azure CLI commands to support the Federated identity credentials feature (https://docs.microsoft.com/en-us/azure/active-directory/develop/workload-identity-federation). Detailed spec here: https://microsoft.sharepoint.com/:w:/t/Identity-DevEx/Ecdj6sRt6uNOg_o4uxLZHW8BSkZxPxgdGLL0Sg8_Q6VtXQ?e=ICyONF
Minimum API Version Required
Currently the API is in beta but will GA early next year (Feb 2022 timeframe)
Swagger Link
Swagger file for Microsoft Graph API - OpenAPI description for applications module in staging beta (github.com).
The API paths of interest are:
- /applications/{application-id}/federatedIdentityCredentials/*
- /servicePrincipals/{servicePrincipal-id}/federatedIdentityCredentials/*
Target Date
Feb/Mar 2022 timeframe (to align with GA of the Federated identity credentials API)