Add AllowAccessTokensViaBrowser in Identity server, we got an login error from xamarin

This commit is contained in:
Christian Arenas 2017-06-12 20:19:23 +02:00
parent c9332396c5
commit 4458e57734

View File

@ -76,7 +76,8 @@ namespace Identity.API.Configuration
"locations" "locations"
}, },
//Allow requesting refresh tokens for long lived API access //Allow requesting refresh tokens for long lived API access
AllowOfflineAccess = true AllowOfflineAccess = true,
AllowAccessTokensViaBrowser = true
}, },
new Client new Client
{ {