Skip to content

Commit 06cb085

Browse files
committed
Updated day 77 notes
1 parent d300886 commit 06cb085

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

2024/day77.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@
44

55
This note accompanies my contribution for 2024 edition of 90DaysOfDevOps, which consists of:
66

7-
- A video: [Link]()
8-
- A presentation deck for reference: [Link]()
7+
- A video: [Link coming..]()
8+
- A presentation deck for reference: [Link coming..]()
99
- This markdown file and a summary below, and a blog post where I have more details.
1010

1111
## What is Workload Identity Federation?
1212

13-
WIF is..
13+
Workload Identity Federation allows you to access Microsoft Entra protected resources without needing to manage secrets. It is based on Open ID Connect, and supports specific scenarios like federation with GitHub and Azure DevOps, as well as a range of other documented scenarios.
14+
15+
The way that this works, is that you use workload identity federation to configure a user-assigned managed identity or app registration in Microsoft Entra ID to trust tokens from an external identity provider (IdP).
16+
17+
[Read more about Workload Identity Federation at Microsoft Learn](https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation?WT.mc_id=linkedin&sharingId=EM-MVP-5001872)
1418

1519
## What are Service Connections?
1620

17-
Service Connections..
21+
Service Connections in Azure DevOps can be used to connect to resources in pipelines, and by using an Azure Resource Manager connection with Workload Identity Federation, we can basically connect to any Entra ID protected API and resource.
22+
23+
[Read more about Service Connections using Azure Resource Manager with Workload Identity Federation](https://learn.microsoft.com/nb-no/azure/devops/pipelines/library/connect-to-azure?view=azure-devops&WT.mc_id=linkedin&sharingId=EM-MVP-5001872)
1824

1925
## About Microsoft APIs protected by Entra ID
2026

0 commit comments

Comments
 (0)