在 OpenAm 中将 Zendesk 设置为远程服务提供商

Setting up Zendesk as a remote Service Provider in OpenAm

我正在尝试将 Zendesk 注册为 OpenAm 服务器中的远程服务提供商。 我在为 Zendesk 查找元数据文件或 url 时遇到问题。是否需要,如果需要,我该如何填写该字段。

您可以手动构建 SAML 元数据,像这样应该可以工作:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<EntityDescriptor entityID="myorganization.zendesk.com" xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
    <SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
        <NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</NameIDFormat>
        <AssertionConsumerService index="1" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://myorganization.zendesk.com/access/saml"/>
    </SPSSODescriptor>
</EntityDescriptor>