authts / oidc-client-ts

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
https://authts.github.io/oidc-client-ts/
Apache License 2.0
1.35k stars 202 forks source link

support OpenID Continuous Access Evaluation Profile #1514

Open GOVYANSONG opened 4 months ago

GOVYANSONG commented 4 months ago

Is there any future plan to support Continuous access evaluation in this library? Microsoft starts to rollout support for this. See: https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-continuous-access-evaluation https://learn.microsoft.com/en-us/security/zero-trust/develop/secure-with-cae

pamapa commented 4 months ago

Form the linked page: "...Applications that don't use MSAL can add support for claims challenges, claims requests, and client capabilities to use CAE."

Thus i guess this might be already possible.