This repository has been archived by the owner on Jun 25, 2023. It is now read-only.
Releases: Azure-Samples/microsoft-identity-express
Releases · Azure-Samples/microsoft-identity-express
@azure-samples/microsoft-identity-express v1.0.0-beta.7
- Bumps msal-node to v1.14.2
@azure-samples/microsoft-identity-express v1.0.0-beta.6
- Bumps msal-node to v1.12.0
- Enables strict type checks
- Remove error route definition and defer error handling to Express
- Fixes an issue where the expected interaction_required error was not thrown
- More descriptive errors and logs
@azure-samples/microsoft-identity-express v1.0.0-beta.5
- Removed token validation feature.
@azure-samples/microsoft-identity-express v1.0.0-beta.4
- Changes package name to
microsoft-identity-express
, to reflect inspiration from Microsoft.Identity.Web - Introduces builder pattern for creating auth clients (breaking)
- Adds support for app service authentication
@azure-samples/msal-express-wrapper v1.0.0-beta.3
- Fixes an issue where the redirect route handler was mounted on the wrong path which was causing the wrapper not to process the redirect response.
@azure-samples/msal-express-wrapper v1.0.0-beta.2
- Fixes an issue where using middleware in routers that are mounted on a path produce invalid baseUrl for the purpose of redirect
@azure-samples/msal-express-wrapper v1.0.0-beta.1
Initial release
- Simple API for authN/authZ with the Microsoft identity platform
- Fetch credentials from Azure Key Vault
- Handle role-based access with Azure AD App Roles and Security Groups