Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/Features-Angular-Social-Logins.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ASP.NET Zero supports social media logins and external logins as well. To enable
"Authority": "",
"LoginUrl": "",
"ValidateIssuer": "true",
"ClaimsMapping: []
"ClaimsMapping": []
},
"WsFederation": {
"IsEnabled": "false",
Expand Down Expand Up @@ -64,7 +64,7 @@ In addition to social logins, ASP.NET Zero includes OpenId Connect Login integra
"Authority": "",
"LoginUrl": "",
"ValidateIssuer": "true",
"ClaimsMapping: []
"ClaimsMapping": []
}
```

Expand Down