SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
708 stars 108 forks source link

Add Azure Active Directory as preconfigured auth provider to Saturn.Extensions.Authentication #224

Closed ChrSteinert closed 4 years ago

ChrSteinert commented 4 years ago

This PR adds a default and customizable way to integrate Azure AD Auth into Saturn apps, like it already exists for GitHub and Google. Additionally a sample application is provided.

Krzysztof-Cieslak commented 4 years ago

Awesome, thanks a lot!