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