简体   繁体   English

Azure B2C 忘记密码未显示在 Xamarin.Forms UWP 应用程序上

[英]Azure B2C Forgot password is not showing on Xamarin.Forms UWP app

I have a Xamarin.Forms app using MSAL.NET + ADB2C.我有一个使用 MSAL.NET + ADB2C 的 Xamarin.Forms 应用程序。 After I updated the Page Layout Version of the Forgot Password Page to the latest version (2.1.17 - no custom page), UWP stopped working and it only shows a blank Page when the user navigates to the Forget Password.在我将忘记密码页面页面布局版本更新到最新版本(2.1.17 - 无自定义页面)后,UWP 停止工作,当用户导航到忘记密码时它只显示空白页面。

UWP 空白页

Using version 2.1.16 everything works as expected.使用版本 2.1.16 一切都按预期工作。 Is this a bug in MSAL.NET library?这是 MSAL.NET 库中的错误吗?

Sounds like an issue with the layout itself.听起来像是布局本身的问题。 UWP WebView may not work if there's an issue in the content.如果内容有问题,UWP WebView 可能无法正常工作。 Since System Browser is not supported in UWP the workaround here is to go back to the working layout.由于UWP 不支持系统浏览器,这里的解决方法是 go 回到工作布局。 I'm reaching the B2C team about this and will come back later with an update.我正在就此联系 B2C 团队,稍后会回来更新。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Azure AD B2C的Xamarin.Forms应用仅显示Microsoft登录 - Xamarin.Forms app using Azure AD B2C only showing Microsoft login 401 在 Xamarin.Forms 上未经 Azure b2c 授权 - 401 Unauthorized with Azure b2c on Xamarin.Forms Azure AD B2C在Xamarin.Forms iOS应用中指定多个身份提供程序 - Azure AD B2C Specify multiple Identity Providers in Xamarin.Forms iOS app 如何使用Azure AD B2C身份验证开发多用户Xamarin.Forms应用 - How to develop a multi-user Xamarin.Forms app with Azure AD B2C authentication 在AAD B2C中将刷新令牌与Azure App Service和Xamarin.Forms一起使用 - Using a refresh token in AAD B2C with Azure App Service and Xamarin.Forms 更改Xamarin形式的Azure AD B2C密码的方法 - Method to Change Password for Azure AD B2C in Xamarin Forms Azure AD B2C 上 Xamarin.Forms 抛出错误 B2C '权限' Uri 应该至少有 3 个段 - Azure AD B2C on Xamarin.Forms throwing error B2C 'authority' Uri should have at least 3 segments Xamarin.forms 的 Azure AD B2C“Safari 无法打开页面,因为地址无效”? - Azure AD B2C for Xamarin.forms "Safari cannot open the page because the address is invalid"? Xamarin.forms和Azure AD B2C-缺少PublicClientApplication.PlatformParameters? - Xamarin.forms and Azure AD B2C - missing PublicClientApplication.PlatformParameters? 在 Xamarin.Forms 中使用 MSAL 获取 Azure B2C SignUpSignIn 应用程序声明 - Getting Azure B2C SignUpSignIn Application Claims using MSAL in Xamarin.Forms
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM