Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit adbe31b

Browse files
David BritchDavid Britch
authored andcommitted
AllowedCorsOrigins disabled for Xamarin client. Fixes #905
1 parent e05a876 commit adbe31b

File tree

1 file changed

+1
-1
lines changed
  • src/Services/Identity/Identity.API/Configuration

1 file changed

+1
-1
lines changed

src/Services/Identity/Identity.API/Configuration/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static IEnumerable<Client> GetClients(Dictionary<string,string> clientsUr
7474
RequireConsent = false,
7575
RequirePkce = true,
7676
PostLogoutRedirectUris = { $"{clientsUrl["Xamarin"]}/Account/Redirecting" },
77-
AllowedCorsOrigins = { "http://eshopxamarin" },
77+
//AllowedCorsOrigins = { "http://eshopxamarin" },
7878
AllowedScopes = new List<string>
7979
{
8080
IdentityServerConstants.StandardScopes.OpenId,

0 commit comments

Comments
 (0)