Skip to content

Commit f59db51

Browse files
authored
Merge pull request #12 from Azure-Samples/tibre/fixBrokenLinks
Fix broken links
2 parents 1ab0044 + 180b7df commit f59db51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ This repository contains a progressive tutorial made of two parts:
3333

3434
Sub folder | Description
3535
----------------------------- | -----------
36-
[1-Call-MsGraph-WithSecret](1-Call-MsGraph-WithSecret) | This sample application shows how to use the Microsoft identity platform endpoint to access the data of Microsoft business customers in a long-running, non-interactive process. The daemon application proves its identity using a **client secret**. It uses the OAuth 2 client credentials grant to acquire an access token, which can be used to call the Microsoft Graph and access organizational data </p> ![Topology](./1-Call-MsGraph-WithSecret/ReadmeFiles/topology.svg)
37-
[2-Call-MsGraph-WithCertificate](2-Call-MsGraph-WithCertificate) | This variation of the first sample shows how the application proves its identity using a **certificate**. </p> ![Topology](./2-Call-MsGraph-WithCertificate/ReadmeFiles/topology.svg)
36+
[1-Call-MsGraph-WithSecret](https://github.com/Azure-Samples/ms-identity-python-daemon/tree/master/1-Call-MsGraph-WithSecret) | This sample application shows how to use the Microsoft identity platform endpoint to access the data of Microsoft business customers in a long-running, non-interactive process. The daemon application proves its identity using a **client secret**. It uses the OAuth 2 client credentials grant to acquire an access token, which can be used to call the Microsoft Graph and access organizational data </p> ![Topology](./1-Call-MsGraph-WithSecret/ReadmeFiles/topology.svg)
37+
[2-Call-MsGraph-WithCertificate](https://github.com/Azure-Samples/ms-identity-python-daemon/tree/master/2-Call-MsGraph-WithCertificate) | This variation of the first sample shows how the application proves its identity using a **certificate**. </p> ![Topology](./2-Call-MsGraph-WithCertificate/ReadmeFiles/topology.svg)
3838

3939
## Prerequisites
4040

0 commit comments

Comments
 (0)