You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/includes/guidedsetup-windesktop-test.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ ms.custom: include file
22
22
23
23
To run your project, in Visual Studio, select **F5**. Your application **MainWindow** is displayed, as shown here:
24
24
25
-

25
+

26
26
27
27
The first time that you run the application and select the **Call Microsoft Graph API** button, you're prompted to sign in. Use an Azure Active Directory account (work or school account) or a Microsoft account (live.com, outlook.com) to test it.
28
28
29
-

29
+

30
30
31
31
### Provide consent for application access
32
32
33
33
The first time that you sign in to your application, you're also prompted to provide consent to allow the application to access your profile and sign you in, as shown here:
34
34
35
-

35
+

36
36
37
37
### View application results
38
38
@@ -52,4 +52,4 @@ To access the user's calendars in the context of an application, add the *Calend
52
52
>[!NOTE]
53
53
>The user might be prompted for additional consents as you increase the number of scopes.
54
54
55
-
[!INCLUDE [Help and support](../articles/active-directory/develop/includes/error-handling-and-tips/help-support-include.md)]
55
+
[!INCLUDE [Help and support](./error-handling-and-tips/help-support-include.md)]
Copy file name to clipboardExpand all lines: articles/active-directory/develop/includes/registration/quickstart-register-app.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,16 @@ Get started with the Microsoft identity platform by registering an application i
22
22
The Microsoft identity platform performs identity and access management (IAM) only for registered applications. Whether it's a client application like a web or mobile app, or it's a web API that backs a client app, registering it establishes a trust relationship between your application and the identity provider, the Microsoft identity platform.
23
23
24
24
> [!TIP]
25
-
> To register an application for Azure AD B2C, follow the steps in [Tutorial: Register a web application in Azure AD B2C](../articles/active-directory-b2c/tutorial-register-applications.md).
25
+
> To register an application for Azure AD B2C, follow the steps in [Tutorial: Register a web application in Azure AD B2C](../../../../active-directory-b2c/tutorial-register-applications.md).
26
26
27
27
## Prerequisites
28
28
29
29
- An Azure account that has an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
30
30
- The Azure account must have permission to manage applications in Azure Active Directory (Azure AD). Any of the following Azure AD roles include the required permissions:
- Completion of the [Set up a tenant](../../../../active-directory/develop/quickstart-create-new-tenant.md) quickstart.
35
35
36
36
## Register an application
37
37
@@ -101,24 +101,24 @@ To configure application settings based on the platform or device you're targeti
101
101
102
102
### Redirect URI restrictions
103
103
104
-
There are some restrictions on the format of the redirect URIs you add to an app registration. For details about these restrictions, see [Redirect URI (reply URL) restrictions and limitations](../articles/active-directory/develop/reply-url.md).
104
+
There are some restrictions on the format of the redirect URIs you add to an app registration. For details about these restrictions, see [Redirect URI (reply URL) restrictions and limitations](../../reply-url.md).
105
105
106
106
## Add credentials
107
107
108
-
Credentials are used by [confidential client applications](../articles/active-directory/develop/msal-client-applications.md) that access a web API. Examples of confidential clients are web apps, other web APIs, or service-type and daemon-type applications. Credentials allow your application to authenticate as itself, requiring no interaction from a user at runtime.
108
+
Credentials are used by [confidential client applications](../../msal-client-applications.md) that access a web API. Examples of confidential clients are web apps, other web APIs, or service-type and daemon-type applications. Credentials allow your application to authenticate as itself, requiring no interaction from a user at runtime.
109
109
110
110
You can add certificates, client secrets (a string), or federated identity credentials as credentials to your confidential client app registration.
111
111
112
112
:::image type="content" source="/azure/active-directory/develop/media/quickstart-register-app/portal-05-app-reg-04-credentials.png" alt-text="Screenshot of the Azure portal, showing the Certificates and secrets pane in an app registration.":::
113
113
114
114
### Add a certificate
115
115
116
-
Sometimes called a _public key_, a certificate is the recommended credential type because they're considered more secure than client secrets. For more information about using a certificate as an authentication method in your application, see [Microsoft identity platform application authentication certificate credentials](../articles/active-directory/develop/active-directory-certificate-credentials.md).
116
+
Sometimes called a _public key_, a certificate is the recommended credential type because they're considered more secure than client secrets. For more information about using a certificate as an authentication method in your application, see [Microsoft identity platform application authentication certificate credentials](../../certificate-credentials.md).
117
117
118
118
1. In the Azure portal, in **App registrations**, select your application.
3. Select the file you want to upload. It must be one of the following file types: _.cer_, _.pem_, _.crt_.
121
+
4. Select **Add**.
122
122
123
123
### Add a client secret
124
124
@@ -135,7 +135,7 @@ Client secrets are considered less secure than certificate credentials. Applicat
135
135
1. Select **Add**.
136
136
1._Record the secret's value_ for use in your client application code. This secret value is _never displayed again_ after you leave this page.
137
137
138
-
For application security recommendations, see [Microsoft identity platform best practices and recommendations](../articles/active-directory/develop/identity-platform-integration-checklist.md#security).
138
+
For application security recommendations, see [Microsoft identity platform best practices and recommendations](../../identity-platform-integration-checklist.md#security).
139
139
140
140
If you're using an Azure DevOps service connection that automatically creates a service principal, you need to update the client secret from the Azure DevOps portal site instead of directly updating the client secret. Refer to this document on how to update the client secret from the Azure DevOps portal site:
141
141
[Troubleshoot Azure Resource Manager service connections](/azure/devops/pipelines/release/azure-rm-endpoint#service-principals-token-expired).
@@ -151,9 +151,9 @@ To add a federated credential, follow these steps:
151
151
1. In the **Federated credential scenario** drop-down box, select one of the supported scenarios, and follow the corresponding guidance to complete the configuration.
152
152
153
153
-**Customer managed keys** for encrypt data in your tenant using Azure Key Vault in another tenant.
154
-
-**GitHub actions deploying Azure resources** to [configure a GitHub workflow](../articles/active-directory/develop/workload-identity-federation-create-trust.md#github-actions) to get tokens for your application and deploy assets to Azure.
155
-
-**Kubernetes accessing Azure resources** to configure a [Kubernetes service account](../articles/active-directory/develop/workload-identity-federation-create-trust.md#kubernetes) to get tokens for your application and access Azure resources.
156
-
-**Other issuer** to configure an identity managed by an external [OpenID Connect provider](../articles/active-directory/develop/workload-identity-federation-create-trust.md#other-identity-providers) to get tokens for your application and access Azure resources.
154
+
-**GitHub actions deploying Azure resources** to [configure a GitHub workflow](../../../workload-identities/workload-identity-federation-create-trust.md#github-actions) to get tokens for your application and deploy assets to Azure.
155
+
-**Kubernetes accessing Azure resources** to configure a [Kubernetes service account](../../../workload-identities/workload-identity-federation-create-trust.md#kubernetes) to get tokens for your application and access Azure resources.
156
+
-**Other issuer** to configure an identity managed by an external [OpenID Connect provider](../../../workload-identities/workload-identity-federation-create-trust.md#other-identity-providers) to get tokens for your application and access Azure resources.
157
157
158
158
159
-
For more information, how to get an access token with a federated credential, check out the [Microsoft identity platform and the OAuth 2.0 client credentials flow](../articles/active-directory/develop/v2-oauth2-client-creds-grant-flow.md#third-case-access-token-request-with-a-federated-credential) article.
159
+
For more information, how to get an access token with a federated credential, check out the [Microsoft identity platform and the OAuth 2.0 client credentials flow](../../v2-oauth2-client-creds-grant-flow.md#third-case-access-token-request-with-a-federated-credential) article.
0 commit comments