Recent Posts
Connecting to localhost over HTTPS from simulators and emulators (revisited)
Last year, I wrote about how to connect to localhost over HTTPS from iOS simulators and Android emulators. Connecting to localhost web services that run over...
Combining Xamarin.Essentials WebAuthenticator with IdentityModel.OidcClient
Previously I wrote about using the Xamarin.Essentials WebAuthenticator class to initiate an authentication flow with IdentityServer, and wait for a callback/...
Authentication from a Xamarin.Forms app using WebAuthenticator
The OAuth 2.0 for Native Apps spec represents the best practices for OAuth 2.0 authentication flows from mobile apps. These include: Authentication requests ...
Bind from a ControlTemplate to a ViewModel with Xamarin.Forms
The best new feature in Xamarin.Forms 4.3 is relative bindings. Relative bindings provide the ability to set the binding source relative to the position of t...
Xamarin: Connecting to localhost over HTTPS from simulators and emulators
Most mobile apps consume web services. During the development phase, it’s common to deploy a web service locally and consume it from a mobile app running in ...