You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python web application built using Flask. The user can log in and out and create/edit articles. An article consists of a title, author, and body of text stored in an Azure SQL Server along with an image that is stored in Azure Blob Storage. Implemented OAuth2 with Sign in with Microsoft using the msal library, along with app logging.
FastAPI Azure SSO demo. A Python port from the primary Microsoft Flask example to a FastAPI app that uses similar helper functions & the Microsoft MSAL library to authenticate a user via SSO, get the JWT(s), & make an http request to the Graph API on behalf of the user.