You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ This is an open source project. [Suggestions](https://github.com/Azure-Samples/m
19
19
* Simple API for authN/authZ with the [Microsoft identity platform](https://docs.microsoft.com/azure/active-directory/develop/v2-overview)
20
20
* Fetch credentials from [Azure Key Vault](https://docs.microsoft.com/azure/key-vault/general/basic-concepts)
21
21
* 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)
23
23
* (coming soon) Run custom policies with [Azure AD B2C](https://docs.microsoft.com/azure/active-directory-b2c/overview)
24
24
25
25
> :warning: Protected web API scenarios are currently not supported.
26
26
27
27
## Prerequisites
28
28
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
0 commit comments