Rob Kennedy

Results 3 issues of Rob Kennedy

https://github.com/mderriey/aspnet-core-token-renewal/blob/e9f756fc4c06bc0b45cc8f5cc348d64d15c81a1b/src/MvcClient/Startup.cs#L134 Code is flawed in this one location. Token response always null. Change to OnTokenResponseReceived and works great.

Specifically, it appears sample was taken from a larger code example. This sample does not compile due to missing _serviceProxy and TestDemoModuleServiceProxy, both are not named intuitively enough to direct...

There exists a problem with the discovery document request when using with AWS Cognito (AWS's IdP) where the discovery Authority is different than the authority of the OAuth endpoints. That...