Skip to content

Commit dd0b64f

Browse files
Update articles/active-directory/develop/includes/console-app/quickstart-netcore.md
Co-authored-by: Chris Werner <[email protected]>
1 parent d62a5ab commit dd0b64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/includes/console-app/quickstart-netcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ In the URL:
111111
* Replace `Enter_the_Tenant_Id_Here` with the tenant ID or tenant name (for example, `contoso.microsoft.com`).
112112
* `Enter_the_Application_Id_Here` is the application (client) ID for the registered application.
113113

114-
The error "AADSTS50011: No reply address is registered for the application" may be displayed after you grant consent to the app by using the preceding URL. This error occurs because the application and the URL don't have a redirect URI. This can be ignored.
114+
The error `AADSTS50011: No reply address is registered for the application` may be displayed after you grant consent to the app by using the preceding URL. This error occurs because the application and the URL don't have a redirect URI. This can be ignored.
115115

116116
#### Step 5: Run the application
117117

0 commit comments

Comments
 (0)