简体   繁体   English

Mendix 和 Azure Ad B2C AuthRequest 没有断言消费者服务 URL

[英]Mendix and Azure Ad B2C AuthRequest does not have assertion consumer service URL

I try to get Azure AD B2C working on Mendix.我尝试让 Azure AD B2C 在 Mendix 上运行。 We have it working with the normal Azure AD this is quite easy because all is done in a gui.我们让它与普通的 Azure AD 一起工作,这很容易,因为所有操作都是在图形用户界面中完成的。 For Azure AD B2C this is done in XML so a bit harder.对于 Azure AD B2C,这是在 XML 中完成的,所以有点难。

I have followed the next tutorials and this works all.我遵循了下一个教程,这一切都有效。 https://learn.microsoft.com/nl-nl/azure/active-directory-b2c/custom-policy-get-started https://learn.microsoft.com/nl-nl/azure/active-directory-b2c/connect-with-saml-service-providers https://learn.microsoft.com/nl-nl/azure/active-directory-b2c/custom-policy-get-started https://learn.microsoft.com/nl-nl/azure/active-directory-b2c /connect-with-saml-service-providers

If I try now to get it working with mendix I get the next error: Application registered corresponding to IssuerUri "https://xxxx.mendixcloud.com" in AuthRequest does not have assertion consumer service URL "https://xxx.mendixcloud.com/SSO/assertion" specified in its metadata.如果我现在尝试让它与 mendix 一起工作,我会收到下一个错误:在 AuthRequest 中对应于 IssuerUri“https://xxxx.mendixcloud.com”注册的应用程序没有断言消费者服务 URL“https://xxx.mendixcloud. com/SSO/assertion”在其元数据中指定。

In the SAMLApp1 Manifest, I put the Mendix Metadata URL. That is the only thing that I need to change so far I can find.在 SAMLApp1 清单中,我放置了 Mendix 元数据 URL。这是目前我能找到的唯一需要更改的内容。

Can someone maybe help?有人可以帮忙吗?

In the SAMLApp1 Manifest you must change the identifierURI to https://xxxx.mendixcloud.com (issuer in the SAML request from mendix).在 SAMLApp1 清单中,您必须将标识符 URI 更改为https://xxxx.mendixcloud.com (来自 mendix 的 SAML 请求中的颁发者)。

The metadata at 'https://xxx.mendixcloud.com/SSO/assertion' must have an ACS URL within it. “https://xxx.mendixcloud.com/SSO/assertion”中的元数据必须包含 ACS URL。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM