From a74c2942fcbed77768274dbc02787de8d1ec5059 Mon Sep 17 00:00:00 2001 From: Christian Arenas Date: Mon, 12 Jun 2017 20:19:23 +0200 Subject: [PATCH] Add AllowAccessTokensViaBrowser in Identity server, we got an login error from xamarin --- src/Services/Identity/Identity.API/Configuration/Config.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Services/Identity/Identity.API/Configuration/Config.cs b/src/Services/Identity/Identity.API/Configuration/Config.cs index 2b78737a9..285b25193 100644 --- a/src/Services/Identity/Identity.API/Configuration/Config.cs +++ b/src/Services/Identity/Identity.API/Configuration/Config.cs @@ -76,7 +76,8 @@ namespace Identity.API.Configuration "locations" }, //Allow requesting refresh tokens for long lived API access - AllowOfflineAccess = true + AllowOfflineAccess = true, + AllowAccessTokensViaBrowser = true }, new Client {