What is B2C in Azure?

FOCUS ON: Azure. Azure AD B2C stands for Azure Active Directory Business-to-Consumer . This component is responsible for handling user account sign-up, sign-in, profile edit and password reset functionalities outside the applications developed to meet any specific functionality.

Read more

Can I use Azure with flutter?

A flutter library to handle the Azure B2C authentication protocol . This library is based on native implementation of MSAL for each target platform and aims to provide a common interface to easily manage Azure AD B2C authentication process for flutter developer.

Read more

Should refresh token be refreshed?

Keeping Refresh Tokens Secure A short-lived access token helps improve the security of our applications, but it comes with a cost: when it expires, the user needs to log in again to get a new one. Frequent re-authentication can diminish the perceived user experience of your application .

Read more