Azure-Samples / active-directory-b2c-xamarin-native

This is a simple Xamarin Forms app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens.
http://aka.ms/aadb2c
MIT License
110 stars 65 forks source link

No Demo Showcasing Proper use of Azure AD B2C Using Shell #86

Open markti opened 5 years ago

markti commented 5 years ago

Ideally the demo would help developers get off the ground and running using AzureAD B2C as an authentication mechanism giving them the basic features:

  1. Sign In / Sign Up Flows Integrated with Shell
  2. User Context Displayed Using Shell (when logged in)
  3. User Profile Page (to view user profile values when logged in)
  4. Home Page to display customized welcome or prompt user to sign up / login
charlesroddie commented 5 years ago

I don't think this is needed as Azure AD B2C for Xamarin doesn't have a Shell dependency. It would overcomplicate the demo.

NikolaiTsepalov commented 5 years ago

Ideally, it should be two demos, with Shell and without, but for a single demo, I vote for the no Shell one.