diff --git a/src/Microsoft.Identity.Web.UI/CompatibilitySuppressions.xml b/src/Microsoft.Identity.Web.UI/CompatibilitySuppressions.xml index 3b71efc7d..b4058fef4 100644 --- a/src/Microsoft.Identity.Web.UI/CompatibilitySuppressions.xml +++ b/src/Microsoft.Identity.Web.UI/CompatibilitySuppressions.xml @@ -1,6 +1,20 @@  + + CP0002 + M:Microsoft.Identity.Web.UI.Areas.MicrosoftIdentity.Controllers.AccountController.SignIn(System.String,System.String) + lib/net6.0/Microsoft.Identity.Web.UI.dll + lib/net6.0/Microsoft.Identity.Web.UI.dll + true + + + CP0002 + M:Microsoft.Identity.Web.UI.Areas.MicrosoftIdentity.Controllers.AccountController.SignIn(System.String,System.String) + lib/net7.0/Microsoft.Identity.Web.UI.dll + lib/net7.0/Microsoft.Identity.Web.UI.dll + true + PKV006 .NETCoreApp,Version=v3.1 diff --git a/src/Microsoft.Identity.Web.UI/Microsoft.Identity.Web.UI.xml b/src/Microsoft.Identity.Web.UI/Microsoft.Identity.Web.UI.xml index 82c75e5a6..de180292a 100644 --- a/src/Microsoft.Identity.Web.UI/Microsoft.Identity.Web.UI.xml +++ b/src/Microsoft.Identity.Web.UI/Microsoft.Identity.Web.UI.xml @@ -16,12 +16,14 @@ Configuration options. - + Handles user sign in. Authentication scheme. Redirect URI. + Login hint (user's email address). + Domain hint. Challenge generating a redirect to Azure AD to sign in the user.