我正在尝试接收一个访问令牌,作为microsoft图形api rest调用的授权承担者令牌,所有这些都在孟迪克斯中。我正在遵循本指南-> (),但在步骤3中,当我尝试使用步骤2接收到的代码时,在登录我的microsoft帐户并接受权限时,会遇到一条错误消息。
这是一个错误:
An error has occurred while handling the request. [User 'lenny' with session id '9950dffb-XXXX-XXXX-XXXX-XXXXXXXX1d29' and roles 'Mitarbeit
我尝试让Azure AD B2C在Mendix上工作。我们让它与普通的Azure AD一起工作,这非常简单,因为所有的工作都在一个gui中完成。对于Azure AD B2C,这是用XML完成的,所以有点困难。 我已经按照下一篇教程进行了操作,这一切都可以正常工作。https://docs.microsoft.com/nl-nl/azure/active-directory-b2c/custom-policy-get-started https://docs.microsoft.com/nl-nl/azure/active-directory-b2c/connect-with-saml-ser
我试图用deploybot编写一个nodejs,但是当尝试导航到environments page时,它找不到这个按钮。
下面是代码片段:
//wait until element with unique id containing the environments button is there
await page.waitForSelector('#formatstring_widget_formatstring_14');
//check if the element actually exists,