-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Federated identity credentials Azure CLI commands #20582
Comments
@jiasli for awareness |
PowerShell? Perhaps it should be Azure CLI. 😉 |
Good catch Jiashuo - updated just now. :) |
This is a complex configuration that I have researched and scripted extensively. I have created a script here - that guides the user in setting this up and I expect the Azure CLI feature to do the same. https://github.com/jongio/github-azure-oidc/blob/main/oidc.sh
See the example here: https://github.com/jongio/github-azure-oidc/blob/main/fics.json
See example of the retry logic here: https://github.com/jongio/github-azure-oidc/blob/d733be7c811cb8fef110e0331a246fc5c654a231/oidc.sh#L97 (as of 2/8/22, I wasn't able to repro this issue, so we may be okay not checking for its existence. Most likely we just need a test to ensure it works) You can learn more about OIDC with this video: https://youtu.be/r5QdsjjdRDs Jon |
@yonzhan I am taking over from Kevin on this feature. Do I understand correctly that this work is scheduled for your April sprint, and we can expect it to complete by May 3? I have some edits I'd like to make to the design of the proposed commands. Can you please sync up with me on that before starting implementation? |
@dstrockis Good to know you are working on the design. You could send me an email about the design offline and this feature is already planned in Cu semester. My alias is yonzhan |
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:
Target Date
Feb/Mar 2022 timeframe (to align with GA of the Federated identity credentials API)
The text was updated successfully, but these errors were encountered: