微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

SAP和SAP C4C之间的OAuth2.0怎么配置

这篇文章主要讲解了“SAP和SAP C4C之间的OAuth2.0怎么配置”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“SAP和SAP C4C之间的OAuth2.0怎么配置”吧!

基于OAuth 2.0的SAP Cloud Platform和C4C single sign on的场景要能够工作,需要这两个系统里的user ID相同。

选择subaccount登录进去,选择Security菜单项下面的Trust,将Configuration Type设置为Custom,

SAP和SAP C4C之间的OAuth2.0怎么配置

将local provider name抄下来:https://f4i12wqm8

把Signing certificate字符串的值拷贝到一个文件里,另存为.cer文件

SAP和SAP C4C之间的OAuth2.0怎么配置

登录C4C系统QXL 233,Administrator工作中心,common task视图,Configure OAuth 2.0 Identity Provider:

SAP和SAP C4C之间的OAuth2.0怎么配置

新建一个OAuth 2.0 provider:

SAP和SAP C4C之间的OAuth2.0怎么配置

SAP和SAP C4C之间的OAuth2.0怎么配置

同样在Administrator的OAuth3.0 Client Registration里,新建一个OAuth 2.0 client:

SAP和SAP C4C之间的OAuth2.0怎么配置

Issuer Name字段的值,从下拉列表里选择刚刚新建的OAuth 2.0 Provider:

SAP和SAP C4C之间的OAuth2.0怎么配置

Scope字段,选择为CC_HOME:

SAP和SAP C4C之间的OAuth2.0怎么配置

新建成功:

SAP和SAP C4C之间的OAuth2.0怎么配置

进入Common task的Configure Single Sign-on:

SAP和SAP C4C之间的OAuth2.0怎么配置

把这个local service provider的值记录下来: qxl-cust233.dev.sapbydesign.com

SAP和SAP C4C之间的OAuth2.0怎么配置

在SAP Cloud Platform里,存在和ABAP Netweaver里SM59事务码创建的Destination类似的概念:

In SAP Cloud Platform, destinations are the ports that allow access to external systems based on varIoUs options. Extension apps then refer to these destinations to connect to their desired external systems.

部署在SAP Cloud Platform上的应用,通过这些Destination同外界连接。

在SAP Cloud Platform控制台的Connectivity里,创建一个新的destination:

SAP和SAP C4C之间的OAuth2.0怎么配置

SAP和SAP C4C之间的OAuth2.0怎么配置

参考一个例子:

SAP和SAP C4C之间的OAuth2.0怎么配置

感谢各位的阅读,以上就是“SAP和SAP C4C之间的OAuth2.0怎么配置”的内容了,经过本文的学习后,相信大家对SAP和SAP C4C之间的OAuth2.0怎么配置这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是编程之家,小编将为大家推送更多相关知识点的文章,欢迎关注!

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐