User-1713256655 posted
I am new to OAuth, and I need to setup my Web Core API (version 1) to connect to an MVC Web project and a Xamarin project.
My Web Application uses Windows Authentication. I am looking to use a seperate Identity Server 4, but I am not sure I need to do this. I do not need a login screen given I am using Windows Authentication but I need one for my Xamarin App, I suspect
this would be a Xamarin form (I am focusing on the Web application for now)
I am looking for some sample code to show me how to do this.