Skip to content

Commit a74c294

Browse files
committed
Add AllowAccessTokensViaBrowser in Identity server, we got an login error from xamarin
1 parent 3a9093a commit a74c294

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/Services/Identity/Identity.API/Configuration

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ public static IEnumerable<Client> GetClients(Dictionary<string,string> clientsUr
7676
"locations"
7777
},
7878
//Allow requesting refresh tokens for long lived API access
79-
AllowOfflineAccess = true
79+
AllowOfflineAccess = true,
80+
AllowAccessTokensViaBrowser = true
8081
},
8182
new Client
8283
{

0 commit comments

Comments
 (0)