MSAL Plugin
INFO
This section is under development.
The mp-nuxt-msal-plugin provides Azure AD authentication via the Microsoft Authentication Library (MSAL) for Nuxt applications.
Purpose
This plugin handles the OAuth 2.0 / OpenID Connect flow for enterprise single sign-on with Azure Active Directory.
Configuration
The plugin is configured with Azure AD tenant and client details via environment variables.
Authentication Flow
- User clicks "Sign in with Azure AD"
- MSAL redirects to Microsoft login
- On success, tokens are acquired and stored
- API requests include the access token automatically