Chuck Waters

Results 2 issues of Chuck Waters

# Fixes issue #669 for the B2C project example - [x] You've read the [Contributor Guide](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/blob/master/CODE-OF-CONDUCT.md). - [x] You've included unit or integration tests for your...

Added support for the lazy props to call async methods. Because Async methods return Task the front end was never getting an actual object back and rendering the page. This...