Skip to content
This repository was archived by the owner on Jun 25, 2023. It is now read-only.

Commit 2d88979

Browse files
author
derisen
committed
update readme
1 parent 26f6274 commit 2d88979

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Run E2E
4+
name: E2E
55

66
on:
77
push:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ This is an open source project. [Suggestions](https://github.com/Azure-Samples/m
1919
* Simple API for authN/authZ with the [Microsoft identity platform](https://docs.microsoft.com/azure/active-directory/develop/v2-overview)
2020
* Fetch credentials from [Azure Key Vault](https://docs.microsoft.com/azure/key-vault/general/basic-concepts)
2121
* Handle role-based access with Azure AD [App Roles](https://docs.microsoft.com/azure/active-directory/develop/howto-add-app-roles-in-azure-ad-apps) and [Security Groups](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-groups-create-azure-portal)
22-
* (coming soon) Enable [Conditional Access](https://docs.microsoft.com/azure/active-directory/develop/v2-conditional-access-dev-guide) and [Zero-Trust](https://docs.microsoft.com/azure/active-directory/develop/developer-guide-conditional-access-authentication-context)
22+
* (coming soon) Handle [Conditional Access](https://docs.microsoft.com/azure/active-directory/develop/v2-conditional-access-dev-guide) and [CAE](https://docs.microsoft.com/azure/active-directory/conditional-access/concept-continuous-access-evaluation)
2323
* (coming soon) Run custom policies with [Azure AD B2C](https://docs.microsoft.com/azure/active-directory-b2c/overview)
2424

2525
> :warning: Protected web API scenarios are currently not supported.
2626
2727
## Prerequisites
2828

29-
* [Node](https://nodejs.org/en/) 12 LTS or higher
30-
* [Express.js](https://expressjs.com/) 4x or higher
29+
* [Node](https://nodejs.org/en/) 14 LTS or higher
30+
* [Express.js](https://expressjs.com/) 4.x or higher
3131
* [@azure/msal-node](https://www.npmjs.com/package/@azure/msal-node)
3232
* [express-session](https://www.npmjs.com/package/express-session) (or a similar session solution)
3333

0 commit comments

Comments
 (0)