简体   繁体   中英

Error In Visual Studio 2019 Building IdentityServer4

[Visual Studio Error][1]

Any Ideas would be greatly appreciated.

Error = [1]: https://i.stack.imgur.com/9zQEt.png

[Part 1 - ExternalController.cs][2]: https://i.stack.imgur.com/cApZR.png [Part 2 - ExternalController.cs][1]: https://i.stack.imgur.com/Hnz7m.png

FindUserFromExternalProviderAsync should be a method in ExternalController -- the errors are complaining that it's missing in your copy.

Here it is: https://github.com/IdentityServer/IdentityServer4.Quickstart.UI.AspNetIdentity/blob/main/Quickstart/Account/ExternalController.cs

Nvm solved it. the original method wasn't Async.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM