Implement OAuth Implicit Flow October 10, 2017October 10, 2017Munir Husseini1 Comment This entry is part 4 of 6 in the series Monkey Logon - Xamarin, ASP.NET Core 2 & External OAuthIn the previous article of this series, we added external authentication providers to the sample application. In this article, we’ll…
Add a Self-Hosted Server with SSL for Development September 22, 2017October 3, 2017Munir HusseiniNo Comments This entry is part 2 of 6 in the series Monkey Logon - Xamarin, ASP.NET Core 2 & External OAuthIn the previous article, we created a new web application with ASP.NET Core 2 using the “ASP.NET Core Web Application”…
ASP.NET Core 2 Service with ASP.NET Identity September 22, 2017October 3, 2017Munir HusseiniNo Comments This entry is part 1 of 6 in the series Monkey Logon - Xamarin, ASP.NET Core 2 & External OAuthA common case for a modern mobile app: Users should be enabled to log on to a mobile app using…
ASPNETCORE 2.0 Identity – Redirect URL signin-* Returns 404 August 1, 2017October 26, 2018Munir Husseini2 Comments When creating an ASP.NET Core web application using the web app template in VS 2017 preview, a web application with…