aspnet-contrib / AspNet.Security.OpenIdConnect.Samples

ASP.NET Core samples demonstrating how to use the OpenID Connect server with MVC or JS apps
64 stars 31 forks source link

Update the samples to target ASOS beta6 and ASP.NET Core RTM #14

Closed kevinchalet closed 8 years ago

kevinchalet commented 8 years ago

@pierre-weceipt is there a chance you could try the Cordova sample to ensure it's still working properly? That would be really helpful! :clap:

@DovydasNavickas FYI, I had to remove WebSockets support from the SignalR sample, as the WS middleware is not available for RTM.

pjeannet commented 8 years ago

I'll try to find some time to test it, maybe next week.

pjeannet commented 8 years ago

Almost done, just where do I had username claim to userinfo endpoint to get the user name?