Add AllowAccessTokensViaBrowser in Identity server, we got an login error from xamarin
This commit is contained in:
parent
c9332396c5
commit
4458e57734
@ -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…
x
Reference in New Issue
Block a user