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
Is your feature request related to a problem? Please describe. AadIssuerValidator is usable in many applications that need to validate tokens, not only in Microsoft.Identity.Web. In particular this is needed in SAL and MISE. Ideally it should be in Wilson, but this needs to be discussed and planned.
Describe the solution you'd like
Extract AadIssuerValidator and MicrosoftIdentityWebIssuerValidator to a new assembly
Microsoft.Identity.Web.AadIssuerValidator or Microsoft.IdentityModel.Aad?
allow minimum dependencies, which means we might want to remove the Options.
Describe alternatives you've considered
Force all applications to depend on IdWeb, but MISE and SAL won't.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
AadIssuerValidator
is usable in many applications that need to validate tokens, not only in Microsoft.Identity.Web. In particular this is needed in SAL and MISE. Ideally it should be in Wilson, but this needs to be discussed and planned.Describe the solution you'd like
Describe alternatives you've considered
Force all applications to depend on IdWeb, but MISE and SAL won't.
The text was updated successfully, but these errors were encountered: