AzureAD / microsoft-identity-web

Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Certificate rotation should react to AADSTS1000502 (The provided certificate is not within its specified validity window)

jmprieur opened this issue · comments

Microsoft.Identity.Web Library

Microsoft.Identity.Web

Microsoft.Identity.Web version

2.17.0

Description

we only try for following error codes
• AADSTS700027
• AADSTS700024
• AADSTS7000214

Reproduction steps

Use an expired cert

Error message

Regression

No a regression

Expected behavior

  • Add AADSTS1000502 here
  • Process it here