This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Azure B2C on MAUI app with Azure Data Sync Offline #713
Unanswered
StargazerNC
asked this question in
Q&A
Replies: 1 comment
-
AAD B2C uses MSAL as its core, so you can use a variant of the GetTokenAsync() method that we use in the TodoApp demo app for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
We're developing a new app and we are integrating Azure B2C authentication on it. I was wondering if there was any fairly thorough sample or walkthrough.
My main objective is to check if our implementation is following the recommended path.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions