我正在尝试从Okta中提取属性。
在Okta,我有 Okta
但是我似乎无法使属性图正确。我试过玩,根据this我试过
<Attribute name="mail" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified" id="mail">
然而,这不起作用。我试着看OKTA integration issue with Shibboleth SP,但没有一个答案似乎有帮助。
答案 0 :(得分:0)
我的错,我省略了一些事情。当我使用完整的xml时,它可以工作。
<Attribute name="email" nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified" id="email">
<AttributeDecoder xsi:type="StringAttributeDecoder"/>
</Attribute>