ahems / SecureImageBrowser

An example AAD-authenticated web app that shows the images on a storage account a user has permission to view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

page_type languages products description urlFragment
sample
csharp
html
azure
azure-active-directory
azure-storage
This is an example web app that will use the users' credentials to read all images from a configured directory in a configured Storage account, and serve also serve them up as AAD-authenticated image URL's.
SecureImageBrowser

App sign-in and viewing images via the Azure Storage API and Microsoft identity platform

This is an example web app based upon the code sample at https://docs.microsoft.com/azure/storage/common/storage-auth-aad-app. It will use the users' credentials to read all images from a configured directory in a configured Storage account, and serve also serve them up as AAD-authenticated image URL's. This is a more secure alternative to viewing images in a users' web browser than using SAS keys.

About

An example AAD-authenticated web app that shows the images on a storage account a user has permission to view


Languages

Language:C# 63.8%Language:HTML 31.7%Language:CSS 3.5%Language:JavaScript 0.9%