AllowedCorsOrigins disabled for Xamarin client. Fixes #905

This commit is contained in:
David Britch 2019-02-11 09:41:11 +00:00
parent e05a876581
commit adbe31b793

View File

@ -74,7 +74,7 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API.Configuration
RequireConsent = false,
RequirePkce = true,
PostLogoutRedirectUris = { $"{clientsUrl["Xamarin"]}/Account/Redirecting" },
AllowedCorsOrigins = { "http://eshopxamarin" },
//AllowedCorsOrigins = { "http://eshopxamarin" },
AllowedScopes = new List<string>
{
IdentityServerConstants.StandardScopes.OpenId,