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: aspnetcore/blazor/security/blazor-web-app-with-oidc.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,12 +193,12 @@ jwtOptions.Audience = "{APP ID URI}";
193
193
> [!NOTE]
194
194
> When using Microsoft Entra ID, match the value to just the path of the **Application ID URI** configured when adding the `Weather.Get` scope under **Expose an API** in the Entra or Azure portal. Don't include the scope name, "`Weather.Get`," in the value.
195
195
196
-
The format of the Audience depends on the type of tenant in use. The following examples for Microsoft Entra ID use a Tenant ID of `contoso` and a Client ID of `ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0`.
196
+
The format of the Audience depends on the type of tenant in use. The following examples for Microsoft Entra ID use a Tenant ID of `contoso` and a Client ID of `11112222-bbbb-3333-cccc-4444dddd5555`.
@@ -541,12 +541,12 @@ jwtOptions.Audience = "{APP ID URI}";
541
541
> [!NOTE]
542
542
> When using Microsoft Entra ID, match the value to just the path of the **Application ID URI** configured when adding the `Weather.Get` scope under **Expose an API** in the Entra or Azure portal. Don't include the scope name, "`Weather.Get`," in the value.
543
543
544
-
The format of the Audience depends on the type of tenant in use. The following examples for Microsoft Entra ID use a Tenant ID of `contoso` and a Client ID of `ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0`.
544
+
The format of the Audience depends on the type of tenant in use. The following examples for Microsoft Entra ID use a Tenant ID of `contoso` and a Client ID of `11112222-bbbb-3333-cccc-4444dddd5555`.
@@ -888,12 +888,12 @@ jwtOptions.Audience = "{APP ID URI}";
888
888
> [!NOTE]
889
889
> When using Microsoft Entra ID, match the value to just the path of the **Application ID URI** configured when adding the `Weather.Get` scope under **Expose an API** in the Entra or Azure portal. Don't include the scope name, "`Weather.Get`," in the value.
890
890
891
-
The format of the Audience depends on the type of tenant in use. The following examples for Microsoft Entra ID use a Tenant ID of `contoso` and a Client ID of `ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0`.
891
+
The format of the Audience depends on the type of tenant in use. The following examples for Microsoft Entra ID use a Tenant ID of `contoso` and a Client ID of `11112222-bbbb-3333-cccc-4444dddd5555`.
Copy file name to clipboardExpand all lines: aspnetcore/blazor/security/includes/authorize-client-app.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
> If you don't have the authority to grant admin consent to the tenant in the last step of **API permissions** configuration because consent to use the app is delegated to users, then you must take the following additional steps:
3
3
>
4
4
> * The app must use a [trusted publisher domain](/entra/identity-platform/howto-configure-publisher-domain).
5
-
> * In the **`Server`** app's configuration in the Azure portal, select **Expose an API**. Under **Authorized client applications**, select the button to **Add a client application**. Add the **`Client`** app's Application (client) ID (for example, `ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0`).
5
+
> * In the **`Server`** app's configuration in the Azure portal, select **Expose an API**. Under **Authorized client applications**, select the button to **Add a client application**. Add the **`Client`** app's Application (client) ID (for example, `11112222-bbbb-3333-cccc-4444dddd5555`).
Copy file name to clipboardExpand all lines: aspnetcore/blazor/security/webassembly/hosted-with-azure-active-directory-b2c.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Register an AAD B2C app for the *Server API app*:
46
46
47
47
Record the following information:
48
48
49
-
**Server API app* Application (client) ID (for example, `ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0`)
49
+
**Server API app* Application (client) ID (for example, `00001111-aaaa-2222-bbbb-3333cccc4444`)
50
50
* AAD B2C instance (for example, `https://contoso.b2clogin.com/`, which includes the trailing slash). The instance is the scheme and host of an Azure B2C app registration, which can be found by opening the **Endpoints** window from the **App registrations** page in the Azure portal.
51
51
* Primary/Publisher/Tenant domain (for example, `contoso.onmicrosoft.com`): The domain is available as the **Publisher domain** in the **Branding** blade of the Azure portal for the registered app.
|`{CLIENT APP CLIENT ID}`| Application (client) ID for the **:::no-loc text="Client":::** app |`11112222-bbbb-3333-cccc-4444dddd5555`|
122
122
|`{DEFAULT SCOPE}`| Scope name |`API.Access`|
123
-
|`{SERVER API APP CLIENT ID}`| Application (client) ID for the **:::no-loc text="Server":::** app |`ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0`|
124
-
|`{SERVER API APP ID URI GUID}`| Application ID URI GUID |`ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0` (GUID ONLY, matches the `{SERVER API APP CLIENT ID}`) |
123
+
|`{SERVER API APP CLIENT ID}`| Application (client) ID for the **:::no-loc text="Server":::** app |`00001111-aaaa-2222-bbbb-3333cccc4444`|
124
+
|`{SERVER API APP ID URI GUID}`| Application ID URI GUID |`00001111-aaaa-2222-bbbb-3333cccc4444` (GUID ONLY, matches the `{SERVER API APP CLIENT ID}`) |
125
125
|`{SIGN UP OR SIGN IN POLICY}`| Sign-up/sign-in user flow |`B2C_1_signupsignin1`|
Copy file name to clipboardExpand all lines: aspnetcore/blazor/security/webassembly/hosted-with-microsoft-entra-id.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Register an ME-ID app for the *Server API app*:
49
49
50
50
Record the following information:
51
51
52
-
**Server API app* Application (client) ID (for example, `ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0`)
52
+
**Server API app* Application (client) ID (for example, `00001111-aaaa-2222-bbbb-3333cccc4444`)
53
53
* Directory (tenant) ID (for example, `aaaabbbb-0000-cccc-1111-dddd2222eeee`)
54
54
* ME-ID Primary/Publisher/Tenant domain (for example, `contoso.onmicrosoft.com`): The domain is available as the **Publisher domain** in the **Branding** blade of the Azure portal for the registered app.
55
55
@@ -68,7 +68,7 @@ In **Expose an API**:
68
68
69
69
Record the following information:
70
70
71
-
* App ID URI GUID (for example, record `00001111-aaaa-2222-bbbb-3333cccc4444` from the App ID URI of `api://ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0`)
71
+
* App ID URI GUID (for example, record `00001111-aaaa-2222-bbbb-3333cccc4444` from the App ID URI of `api://00001111-aaaa-2222-bbbb-3333cccc4444`)
72
72
* Scope name (for example, `API.Access`)
73
73
74
74
> [!IMPORTANT]
@@ -125,8 +125,8 @@ dotnet new blazorwasm -au SingleOrg --api-client-id "{SERVER API APP CLIENT ID}"
125
125
|`{PROJECT NAME}`|—|`BlazorSample`|
126
126
|`{CLIENT APP CLIENT ID}`| Application (client) ID for the **:::no-loc text="Client":::** app |`11112222-bbbb-3333-cccc-4444dddd5555`|
127
127
|`{DEFAULT SCOPE}`| Scope name |`API.Access`|
128
-
|`{SERVER API APP CLIENT ID}`| Application (client) ID for the *Server API app*|`ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0`|
129
-
|`{SERVER API APP ID URI GUID}`| Application ID URI GUID |`ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0` (GUID ONLY, matches the `{SERVER API APP CLIENT ID}`) |
128
+
|`{SERVER API APP CLIENT ID}`| Application (client) ID for the *Server API app*|`00001111-aaaa-2222-bbbb-3333cccc4444`|
129
+
|`{SERVER API APP ID URI GUID}`| Application ID URI GUID |`00001111-aaaa-2222-bbbb-3333cccc4444` (GUID ONLY, matches the `{SERVER API APP CLIENT ID}`) |
Copy file name to clipboardExpand all lines: aspnetcore/blazor/security/webassembly/standalone-with-identity/account-confirmation-and-password-recovery.md
Copy file name to clipboardExpand all lines: aspnetcore/migration/fx-to-core/inc/remote-app-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ To enable the ASP.NET Core app to communicate with the ASP.NET app, it's necessa
34
34
35
35
You need to configure two configuration values in both applications:
36
36
37
-
*`RemoteAppApiKey`: A key (required to be parseable as a [GUID](/dotnet/api/system.guid)) that is shared between the two applications. This should be a GUID value like `aaaabbbb-0000-cccc-1111-dddd2222eeee`.
37
+
*`RemoteAppApiKey`: A key (required to be parseable as a [GUID](/dotnet/api/system.guid)) that is shared between the two applications. This should be a GUID value like `12345678-1234-1234-1234-123456789012`.
38
38
*`RemoteAppUri`: The URI of the remote ASP.NET Framework application (only required in the ASP.NET Core application configuration). This should be the full URL where the ASP.NET Framework app is hosted, such as `https://localhost:44300` or `https://myapp.example.com`.
0 commit comments