diff --git a/IdentityServer/v5/Basics/IdentityServer/src/Quickstart/TestUsers.cs b/IdentityServer/v5/Basics/IdentityServer/src/Quickstart/TestUsers.cs index 2f0cba93..e628a828 100755 --- a/IdentityServer/v5/Basics/IdentityServer/src/Quickstart/TestUsers.cs +++ b/IdentityServer/v5/Basics/IdentityServer/src/Quickstart/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v5/PAT/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v5/PAT/src/IdentityServer/Pages/TestUsers.cs index 511eeeed..8e091830 100755 --- a/IdentityServer/v5/PAT/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v5/PAT/src/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v5/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Quickstart/TestUsers.cs b/IdentityServer/v5/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Quickstart/TestUsers.cs index 2f0cba93..e628a828 100755 --- a/IdentityServer/v5/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Quickstart/TestUsers.cs +++ b/IdentityServer/v5/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Quickstart/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v5/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Quickstart/TestUsers.cs b/IdentityServer/v5/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Quickstart/TestUsers.cs index 2f0cba93..e628a828 100755 --- a/IdentityServer/v5/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Quickstart/TestUsers.cs +++ b/IdentityServer/v5/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Quickstart/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v5/Quickstarts/4_EntityFramework/src/IdentityServer/Quickstart/TestUsers.cs b/IdentityServer/v5/Quickstarts/4_EntityFramework/src/IdentityServer/Quickstart/TestUsers.cs index 2f0cba93..e628a828 100755 --- a/IdentityServer/v5/Quickstarts/4_EntityFramework/src/IdentityServer/Quickstart/TestUsers.cs +++ b/IdentityServer/v5/Quickstarts/4_EntityFramework/src/IdentityServer/Quickstart/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v5/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs b/IdentityServer/v5/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs index ac8c134f..5577d947 100755 --- a/IdentityServer/v5/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs +++ b/IdentityServer/v5/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs @@ -42,7 +42,7 @@ public static void EnsureSeedData(string connectionString) alice = new ApplicationUser { UserName = "alice", - Email = "AliceSmith@email.com", + Email = "AliceSmith@example.com", EmailConfirmed = true, }; var result = userMgr.CreateAsync(alice, "Pass123$").Result; @@ -55,7 +55,7 @@ public static void EnsureSeedData(string connectionString) new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), }).Result; if (!result.Succeeded) { @@ -74,7 +74,7 @@ public static void EnsureSeedData(string connectionString) bob = new ApplicationUser { UserName = "bob", - Email = "BobSmith@email.com", + Email = "BobSmith@example.com", EmailConfirmed = true }; var result = userMgr.CreateAsync(bob, "Pass123$").Result; @@ -87,7 +87,7 @@ public static void EnsureSeedData(string connectionString) new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim("location", "somewhere") }).Result; if (!result.Succeeded) diff --git a/IdentityServer/v5/Quickstarts/6_JS_with_backend/src/IdentityServer/Quickstart/TestUsers.cs b/IdentityServer/v5/Quickstarts/6_JS_with_backend/src/IdentityServer/Quickstart/TestUsers.cs index 2f0cba93..e628a828 100755 --- a/IdentityServer/v5/Quickstarts/6_JS_with_backend/src/IdentityServer/Quickstart/TestUsers.cs +++ b/IdentityServer/v5/Quickstarts/6_JS_with_backend/src/IdentityServer/Quickstart/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v5/Quickstarts/6_JS_without_backend/src/IdentityServer/Quickstart/TestUsers.cs b/IdentityServer/v5/Quickstarts/6_JS_without_backend/src/IdentityServer/Quickstart/TestUsers.cs index 2f0cba93..e628a828 100755 --- a/IdentityServer/v5/Quickstarts/6_JS_without_backend/src/IdentityServer/Quickstart/TestUsers.cs +++ b/IdentityServer/v5/Quickstarts/6_JS_without_backend/src/IdentityServer/Quickstart/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v5/UserInteraction/SpaLoginUi/IdentityServerWithSpaLogin/TestUsers.cs b/IdentityServer/v5/UserInteraction/SpaLoginUi/IdentityServerWithSpaLogin/TestUsers.cs index eb3b5811..a1993306 100755 --- a/IdentityServer/v5/UserInteraction/SpaLoginUi/IdentityServerWithSpaLogin/TestUsers.cs +++ b/IdentityServer/v5/UserInteraction/SpaLoginUi/IdentityServerWithSpaLogin/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v5/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Quickstart/TestUsers.cs b/IdentityServer/v5/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Quickstart/TestUsers.cs index eb3b5811..a1993306 100755 --- a/IdentityServer/v5/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Quickstart/TestUsers.cs +++ b/IdentityServer/v5/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Quickstart/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v5/WindowsAuthentication/IIS/IdentityServer/src/Quickstart/TestUsers.cs b/IdentityServer/v5/WindowsAuthentication/IIS/IdentityServer/src/Quickstart/TestUsers.cs index 2f0cba93..e628a828 100755 --- a/IdentityServer/v5/WindowsAuthentication/IIS/IdentityServer/src/Quickstart/TestUsers.cs +++ b/IdentityServer/v5/WindowsAuthentication/IIS/IdentityServer/src/Quickstart/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/BFF/TokenExchange/TokenExchange.IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/BFF/TokenExchange/TokenExchange.IdentityServer/Pages/TestUsers.cs index f5ace3ad..fa6ed40e 100644 --- a/IdentityServer/v6/BFF/TokenExchange/TokenExchange.IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/BFF/TokenExchange/TokenExchange.IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Basics/IdentityServer/src/Pages/TestUsers.cs b/IdentityServer/v6/Basics/IdentityServer/src/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/Basics/IdentityServer/src/Pages/TestUsers.cs +++ b/IdentityServer/v6/Basics/IdentityServer/src/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Configuration/Permissions/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/Configuration/Permissions/IdentityServer/Pages/TestUsers.cs index 3459e582..82ec3f9a 100644 --- a/IdentityServer/v6/Configuration/Permissions/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/Configuration/Permissions/IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Configuration/PipelineRegistration/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/Configuration/PipelineRegistration/IdentityServer/Pages/TestUsers.cs index 3459e582..82ec3f9a 100644 --- a/IdentityServer/v6/Configuration/PipelineRegistration/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/Configuration/PipelineRegistration/IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Configuration/SimpleDcr/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/Configuration/SimpleDcr/IdentityServer/Pages/TestUsers.cs index 3459e582..82ec3f9a 100644 --- a/IdentityServer/v6/Configuration/SimpleDcr/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/Configuration/SimpleDcr/IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Configuration/SoftwareStatement/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/Configuration/SoftwareStatement/IdentityServer/Pages/TestUsers.cs index 3459e582..82ec3f9a 100644 --- a/IdentityServer/v6/Configuration/SoftwareStatement/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/Configuration/SoftwareStatement/IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/DPoP/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/DPoP/IdentityServer/Pages/TestUsers.cs index 73b2ddd5..1a3fe938 100644 --- a/IdentityServer/v6/DPoP/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/DPoP/IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Diagnostics/Otel/src/Pages/TestUsers.cs b/IdentityServer/v6/Diagnostics/Otel/src/Pages/TestUsers.cs index d48e2e7f..5612c9e9 100644 --- a/IdentityServer/v6/Diagnostics/Otel/src/Pages/TestUsers.cs +++ b/IdentityServer/v6/Diagnostics/Otel/src/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/MTLS/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/MTLS/IdentityServer/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/MTLS/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/MTLS/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/PAT/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/PAT/src/IdentityServer/Pages/TestUsers.cs index f2c674c7..c477b0f0 100755 --- a/IdentityServer/v6/PAT/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/PAT/src/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Quickstarts/4_EntityFramework/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/Quickstarts/4_EntityFramework/src/IdentityServer/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/Quickstarts/4_EntityFramework/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/Quickstarts/4_EntityFramework/src/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs b/IdentityServer/v6/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs index bd744569..30f5c109 100644 --- a/IdentityServer/v6/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs +++ b/IdentityServer/v6/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs @@ -25,7 +25,7 @@ public static void EnsureSeedData(WebApplication app) alice = new ApplicationUser { UserName = "alice", - Email = "AliceSmith@email.com", + Email = "AliceSmith@example.com", EmailConfirmed = true, FavoriteColor = "red", }; @@ -39,7 +39,7 @@ public static void EnsureSeedData(WebApplication app) new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), }).Result; if (!result.Succeeded) { @@ -58,7 +58,7 @@ public static void EnsureSeedData(WebApplication app) bob = new ApplicationUser { UserName = "bob", - Email = "BobSmith@email.com", + Email = "BobSmith@example.com", EmailConfirmed = true }; var result = userMgr.CreateAsync(bob, "Pass123$").Result; @@ -71,7 +71,7 @@ public static void EnsureSeedData(WebApplication app) new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim("location", "somewhere") }).Result; if (!result.Succeeded) diff --git a/IdentityServer/v6/Quickstarts/6_JS_with_backend/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/Quickstarts/6_JS_with_backend/src/IdentityServer/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/Quickstarts/6_JS_with_backend/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/Quickstarts/6_JS_with_backend/src/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/Quickstarts/6_JS_without_backend/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/Quickstarts/6_JS_without_backend/src/IdentityServer/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/Quickstarts/6_JS_without_backend/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/Quickstarts/6_JS_without_backend/src/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/SessionManagement/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/SessionManagement/IdentityServer/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/SessionManagement/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/SessionManagement/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/SessionMigration/Pages/TestUsers.cs b/IdentityServer/v6/SessionMigration/Pages/TestUsers.cs index ee799318..b932c6f8 100644 --- a/IdentityServer/v6/SessionMigration/Pages/TestUsers.cs +++ b/IdentityServer/v6/SessionMigration/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/UserInteraction/Ciba/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/UserInteraction/Ciba/IdentityServer/Pages/TestUsers.cs index f2c674c7..c477b0f0 100755 --- a/IdentityServer/v6/UserInteraction/Ciba/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/UserInteraction/Ciba/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/UserInteraction/DynamicProviders/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v6/UserInteraction/DynamicProviders/IdentityServerHost/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/UserInteraction/DynamicProviders/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v6/UserInteraction/DynamicProviders/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/UserInteraction/ProfileService/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v6/UserInteraction/ProfileService/IdentityServer/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/UserInteraction/ProfileService/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v6/UserInteraction/ProfileService/IdentityServer/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/UserInteraction/SpaLoginUi/IdentityServerWithSpaLogin/TestUsers.cs b/IdentityServer/v6/UserInteraction/SpaLoginUi/IdentityServerWithSpaLogin/TestUsers.cs index eb3b5811..a1993306 100755 --- a/IdentityServer/v6/UserInteraction/SpaLoginUi/IdentityServerWithSpaLogin/TestUsers.cs +++ b/IdentityServer/v6/UserInteraction/SpaLoginUi/IdentityServerWithSpaLogin/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/UserInteraction/StepUp/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v6/UserInteraction/StepUp/IdentityServerHost/Pages/TestUsers.cs index 73b2ddd5..1a3fe938 100644 --- a/IdentityServer/v6/UserInteraction/StepUp/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v6/UserInteraction/StepUp/IdentityServerHost/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/UserInteraction/WindowsAuthentication/IIS/IdentityServer/src/Pages/TestUsers.cs b/IdentityServer/v6/UserInteraction/WindowsAuthentication/IIS/IdentityServer/src/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/UserInteraction/WindowsAuthentication/IIS/IdentityServer/src/Pages/TestUsers.cs +++ b/IdentityServer/v6/UserInteraction/WindowsAuthentication/IIS/IdentityServer/src/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v6/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v6/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v6/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v6/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/BFF/TokenExchange/TokenExchange.IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/BFF/TokenExchange/TokenExchange.IdentityServer/Pages/TestUsers.cs index f5ace3ad..fa6ed40e 100644 --- a/IdentityServer/v7/BFF/TokenExchange/TokenExchange.IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/BFF/TokenExchange/TokenExchange.IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Basics/IdentityServer/src/Pages/TestUsers.cs b/IdentityServer/v7/Basics/IdentityServer/src/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v7/Basics/IdentityServer/src/Pages/TestUsers.cs +++ b/IdentityServer/v7/Basics/IdentityServer/src/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Configuration/Permissions/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Configuration/Permissions/IdentityServer/Pages/TestUsers.cs index 3459e582..82ec3f9a 100644 --- a/IdentityServer/v7/Configuration/Permissions/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Configuration/Permissions/IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Configuration/PipelineRegistration/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Configuration/PipelineRegistration/IdentityServer/Pages/TestUsers.cs index 3459e582..82ec3f9a 100644 --- a/IdentityServer/v7/Configuration/PipelineRegistration/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Configuration/PipelineRegistration/IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Configuration/SimpleDcr/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Configuration/SimpleDcr/IdentityServer/Pages/TestUsers.cs index 3459e582..82ec3f9a 100644 --- a/IdentityServer/v7/Configuration/SimpleDcr/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Configuration/SimpleDcr/IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Configuration/SoftwareStatement/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Configuration/SoftwareStatement/IdentityServer/Pages/TestUsers.cs index 3459e582..82ec3f9a 100644 --- a/IdentityServer/v7/Configuration/SoftwareStatement/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Configuration/SoftwareStatement/IdentityServer/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/DPoP/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v7/DPoP/IdentityServerHost/Pages/TestUsers.cs index 73b2ddd5..1a3fe938 100644 --- a/IdentityServer/v7/DPoP/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v7/DPoP/IdentityServerHost/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Diagnostics/Aspire/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Diagnostics/Aspire/IdentityServer/Pages/TestUsers.cs index d815a14b..5476b5cb 100644 --- a/IdentityServer/v7/Diagnostics/Aspire/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Diagnostics/Aspire/IdentityServer/Pages/TestUsers.cs @@ -35,9 +35,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -51,9 +51,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Diagnostics/Otel/src/Pages/TestUsers.cs b/IdentityServer/v7/Diagnostics/Otel/src/Pages/TestUsers.cs index d48e2e7f..5612c9e9 100644 --- a/IdentityServer/v7/Diagnostics/Otel/src/Pages/TestUsers.cs +++ b/IdentityServer/v7/Diagnostics/Otel/src/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/MTLS/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v7/MTLS/IdentityServerHost/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v7/MTLS/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v7/MTLS/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/PAT/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v7/PAT/IdentityServerHost/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v7/PAT/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v7/PAT/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Pages/TestUsers.cs index d815a14b..5476b5cb 100644 --- a/IdentityServer/v7/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Quickstarts/2_InteractiveAspNetCore/src/IdentityServer/Pages/TestUsers.cs @@ -35,9 +35,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -51,9 +51,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Pages/TestUsers.cs index d815a14b..5476b5cb 100644 --- a/IdentityServer/v7/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Quickstarts/3_AspNetCoreAndApis/src/IdentityServer/Pages/TestUsers.cs @@ -35,9 +35,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -51,9 +51,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Quickstarts/3a_TokenManagement/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Quickstarts/3a_TokenManagement/src/IdentityServer/Pages/TestUsers.cs index d815a14b..5476b5cb 100644 --- a/IdentityServer/v7/Quickstarts/3a_TokenManagement/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Quickstarts/3a_TokenManagement/src/IdentityServer/Pages/TestUsers.cs @@ -35,9 +35,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -51,9 +51,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Quickstarts/4_EntityFramework/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Quickstarts/4_EntityFramework/src/IdentityServer/Pages/TestUsers.cs index d815a14b..5476b5cb 100644 --- a/IdentityServer/v7/Quickstarts/4_EntityFramework/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Quickstarts/4_EntityFramework/src/IdentityServer/Pages/TestUsers.cs @@ -35,9 +35,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -51,9 +51,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs b/IdentityServer/v7/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs index 46d2f35e..81a389b0 100644 --- a/IdentityServer/v7/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs +++ b/IdentityServer/v7/Quickstarts/5_AspNetIdentity/src/IdentityServerAspNetIdentity/SeedData.cs @@ -25,7 +25,7 @@ public static void EnsureSeedData(WebApplication app) alice = new ApplicationUser { UserName = "alice", - Email = "AliceSmith@email.com", + Email = "AliceSmith@example.com", EmailConfirmed = true, FavoriteColor = "red", }; @@ -39,7 +39,7 @@ public static void EnsureSeedData(WebApplication app) new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), }).Result; if (!result.Succeeded) { @@ -58,7 +58,7 @@ public static void EnsureSeedData(WebApplication app) bob = new ApplicationUser { UserName = "bob", - Email = "BobSmith@email.com", + Email = "BobSmith@example.com", EmailConfirmed = true }; var result = userMgr.CreateAsync(bob, "Pass123$").Result; @@ -71,7 +71,7 @@ public static void EnsureSeedData(WebApplication app) new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim("location", "somewhere") }).Result; if (!result.Succeeded) diff --git a/IdentityServer/v7/Quickstarts/6_JS_with_backend/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Quickstarts/6_JS_with_backend/src/IdentityServer/Pages/TestUsers.cs index d815a14b..5476b5cb 100644 --- a/IdentityServer/v7/Quickstarts/6_JS_with_backend/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Quickstarts/6_JS_with_backend/src/IdentityServer/Pages/TestUsers.cs @@ -35,9 +35,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -51,9 +51,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/Quickstarts/6_JS_without_backend/src/IdentityServer/Pages/TestUsers.cs b/IdentityServer/v7/Quickstarts/6_JS_without_backend/src/IdentityServer/Pages/TestUsers.cs index d815a14b..5476b5cb 100644 --- a/IdentityServer/v7/Quickstarts/6_JS_without_backend/src/IdentityServer/Pages/TestUsers.cs +++ b/IdentityServer/v7/Quickstarts/6_JS_without_backend/src/IdentityServer/Pages/TestUsers.cs @@ -35,9 +35,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -51,9 +51,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/SessionManagement/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v7/SessionManagement/IdentityServerHost/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v7/SessionManagement/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v7/SessionManagement/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/SessionMigration/Pages/TestUsers.cs b/IdentityServer/v7/SessionMigration/Pages/TestUsers.cs index ee799318..b932c6f8 100644 --- a/IdentityServer/v7/SessionMigration/Pages/TestUsers.cs +++ b/IdentityServer/v7/SessionMigration/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/UserInteraction/Ciba/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v7/UserInteraction/Ciba/IdentityServerHost/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v7/UserInteraction/Ciba/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v7/UserInteraction/Ciba/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/UserInteraction/DynamicProviders/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v7/UserInteraction/DynamicProviders/IdentityServerHost/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v7/UserInteraction/DynamicProviders/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v7/UserInteraction/DynamicProviders/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/UserInteraction/ProfileService/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v7/UserInteraction/ProfileService/IdentityServerHost/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v7/UserInteraction/ProfileService/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v7/UserInteraction/ProfileService/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/UserInteraction/SpaLoginUi/IdentityServerHost/TestUsers.cs b/IdentityServer/v7/UserInteraction/SpaLoginUi/IdentityServerHost/TestUsers.cs index 57df97c8..a24e5619 100644 --- a/IdentityServer/v7/UserInteraction/SpaLoginUi/IdentityServerHost/TestUsers.cs +++ b/IdentityServer/v7/UserInteraction/SpaLoginUi/IdentityServerHost/TestUsers.cs @@ -35,9 +35,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -51,9 +51,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/UserInteraction/StepUp/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v7/UserInteraction/StepUp/IdentityServerHost/Pages/TestUsers.cs index 73b2ddd5..1a3fe938 100644 --- a/IdentityServer/v7/UserInteraction/StepUp/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v7/UserInteraction/StepUp/IdentityServerHost/Pages/TestUsers.cs @@ -36,9 +36,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -52,9 +52,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/UserInteraction/WindowsAuthentication/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v7/UserInteraction/WindowsAuthentication/IdentityServerHost/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v7/UserInteraction/WindowsAuthentication/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v7/UserInteraction/WindowsAuthentication/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/IdentityServer/v7/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Pages/TestUsers.cs b/IdentityServer/v7/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Pages/TestUsers.cs index f2c674c7..c477b0f0 100644 --- a/IdentityServer/v7/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Pages/TestUsers.cs +++ b/IdentityServer/v7/UserInteraction/WsFederationDynamicProviders/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } } diff --git a/various/clients/Owin/IdentityServerHost/Pages/TestUsers.cs b/various/clients/Owin/IdentityServerHost/Pages/TestUsers.cs index 83d5db9f..5356f936 100644 --- a/various/clients/Owin/IdentityServerHost/Pages/TestUsers.cs +++ b/various/clients/Owin/IdentityServerHost/Pages/TestUsers.cs @@ -37,9 +37,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Alice Smith"), new Claim(JwtClaimTypes.GivenName, "Alice"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "AliceSmith@email.com"), + new Claim(JwtClaimTypes.Email, "AliceSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://alice.com"), + new Claim(JwtClaimTypes.WebSite, "http://alice.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }, @@ -53,9 +53,9 @@ public static List Users new Claim(JwtClaimTypes.Name, "Bob Smith"), new Claim(JwtClaimTypes.GivenName, "Bob"), new Claim(JwtClaimTypes.FamilyName, "Smith"), - new Claim(JwtClaimTypes.Email, "BobSmith@email.com"), + new Claim(JwtClaimTypes.Email, "BobSmith@example.com"), new Claim(JwtClaimTypes.EmailVerified, "true", ClaimValueTypes.Boolean), - new Claim(JwtClaimTypes.WebSite, "http://bob.com"), + new Claim(JwtClaimTypes.WebSite, "http://bob.example.com"), new Claim(JwtClaimTypes.Address, JsonSerializer.Serialize(address), IdentityServerConstants.ClaimValueTypes.Json) } }