Skip to content

Commit 7e498db

Browse files
authored
Merge pull request #25977 from microsoftgraph/uuf-auth-links
Fix links to code samples built using SDKs
2 parents d69f817 + 3de277e commit 7e498db

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

concepts/auth-v2-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,5 @@ Access the [Microsoft identity platform code samples](/entra/identity-platform/s
265265

266266
## Related content
267267

268-
- Explore [Microsoft Graph tutorials](/graph/tutorials) to create basic applications that authenticate using certificate-based credentials to access data in app-only scenarios.
268+
- Explore [Microsoft Graph tutorials](/graph/tutorials) for code samples that are built using different SDKs to create basic applications that authenticate using certificate-based credentials to access data in app-only scenarios.
269269
- [Add a certificate to an app using Microsoft Graph](/graph/applications-how-to-add-certificate) shows a step-by-step process to add a certificate to an app for certificate-based authentication and app-only access to data.

concepts/auth-v2-user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,5 +331,5 @@ Microsoft has built and maintains a wide selection of code samples that demonstr
331331

332332
## Related content
333333

334-
- You can call Microsoft Graph on behalf of a user from different types of apps, such as single-page apps, web apps, and mobile apps. For more information, see [Scenarios and supported authentication flows](/entra/identity-platform/authentication-flows-app-scenarios#scenarios-and-supported-authentication-flows).
335-
- Choose from code samples that are built and maintained by Microsoft to run custom apps that use supported authentication libraries, sign-in users, and call Microsoft Graph. See [Microsoft Graph tutorials](/graph/tutorials).
334+
- Explore [Microsoft Graph tutorials](/graph/tutorials) for code samples that are built using different SDKs to create basic applications that authenticate and access data in delegated scenarios.
335+
- Choose from code samples that are built using different SDKs and maintained by Microsoft to run custom apps that use supported authentication libraries, sign-in users, and call Microsoft Graph. See [Microsoft Graph tutorials](/graph/tutorials).

concepts/auth/auth-concepts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 12/19/2024
1616

1717
Microsoft Graph is a protected API gateway for accessing data in Microsoft cloud services like Microsoft Entra ID and Microsoft 365. It's protected by the [Microsoft identity platform](/entra/identity-platform/v2-overview), which authorizes and verifies that an app is authorized to call Microsoft Graph.
1818

19-
This article provides an overview of the requirements for an app to be authorized to access data via any Microsoft Graph API. If you're already familiar with how authentication and authorization works, explore [code samples](/entra/identity-platform/sample-v2-code) for apps that call Microsoft Graph APIs.
19+
This article provides an overview of the requirements for an app to be authorized to access data via any Microsoft Graph API. If you're already familiar with how authentication and authorization works, explore [Microsoft identity platform code samples](/entra/identity-platform/sample-v2-code) or [Microsoft Graph tutorials](/graph/tutorials) for apps that are built using different Microsoft Graph SDKs and that call Microsoft Graph APIs.
2020

2121
## Register the application
2222

@@ -132,3 +132,4 @@ You can alternatively use the Microsoft identity platform endpoints directly wit
132132

133133
- [Microsoft identity platform documentation](/entra/identity-platform/)
134134
- [Overview of Microsoft Graph permissions](/graph/permissions-overview)
135+
- [Microsoft Graph tutorials](/graph/tutorials)

0 commit comments

Comments
 (0)