SAML2-如何在SAPUI5中读取自定义属性

2020-08-30 05:25发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)你好, 我已成功将外部IDP连...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


你好,

我已成功将外部IDP连接到SCP,并试图将SAML令牌中的断言属性从AD返回。

" saml2:Attribute Name =" first_name" NameFormat =" urn:oasis:names:tc:SAML:2.0:attrname-format:basic"

saml2:AttributeValue xmlns:xs =" http://www.w3.org/2001/XMLSchema " xmlns:xsi =" http:// www.w3.org/2001/XMLSchema-instance " xsi:type =" xs:string"> BBBB

"/img/saml2:Attribute>

saml2:AttributeValue xmlns:xs =" http://www.w3.org/2001/XMLSchema " xmlns:xsi =" http:// www.w3.org/2001/XMLSchema-instance " xsi:type =" xs:string"> AAAA

使用sap.ushell.Container.getService(" UserInfo")。getUser()。getFirsname(),我可以获得名字。 但是如何读取customer_id。 有没有一种方法可以调用带有parameter = customer_id的函数并获取相关值。 谢谢