This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Add AllowAccessTokensViaBrowser in Identity server, we got an login error from xamarin
pull/809/head
Christian Arenas
7 years ago
parent
3a9093a741
commit
a74c2942fc
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save