Browse Source

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

pull/809/head
Christian Arenas 7 years ago
parent
commit
a74c2942fc
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/Services/Identity/Identity.API/Configuration/Config.cs

+ 2
- 1
src/Services/Identity/Identity.API/Configuration/Config.cs View File

@ -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
{


Loading…
Cancel
Save