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
The jwt.audience and jwt.issuer properties are not currently marked as required. However, for the AzureAd provider, these properties are essential for proper authentication configuration and should be required. For other providers, such as StaticWebApps, AppService, or Simulator, they are unnecessary and should not trigger schema validation errors.
Suggestion
Update the schema to include conditional validation:
The
jwt.audience
andjwt.issuer
properties are not currently marked as required. However, for theAzureAd
provider, these properties are essential for proper authentication configuration and should be required. For other providers, such asStaticWebApps
,AppService
, orSimulator
, they are unnecessary and should not trigger schema validation errors.Suggestion
Update the schema to include conditional validation:
Current Schema
Updated Schema
The text was updated successfully, but these errors were encountered: