admin管理员组

文章数量:1410689

BTP is transitioning from using XSUAA for authorization management to Authorization Management Service (AMS). Seems XSUAA will not be used and AMS will be used instead.

Questions: Is it supported by sap cloud sdk? How to integrate with AMS in spring projects which are generated by cloud sdk library?

You can find more details in following documentation.

.md

BTP is transitioning from using XSUAA for authorization management to Authorization Management Service (AMS). Seems XSUAA will not be used and AMS will be used instead.

Questions: Is it supported by sap cloud sdk? How to integrate with AMS in spring projects which are generated by cloud sdk library?

You can find more details in following documentation.

https://community.sap/t5/technology-blogs-by-sap/authorization-management-service-in-sap-cloud-identity-service/ba-p/13881014

https://github/SAP-samples/btp-developer-guide-cap/blob/main/documentation/xsuaa-to-ams/1-getting-started-with-ams.md

Share Improve this question asked Mar 11 at 3:27 Jerry ZhangJerry Zhang 1913 silver badges15 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

To clarify things, IAS does authentication, AMS does authorization, XSUAA does both authentication and authorization, which will eventually be replaced by IAS+AMS.

Currently, SAP Cloud SDK Java has a beta support for using IAS. (JS does not support IAS and is aware of this feature request.)

AMS has its own library. And assuming you are a CAP Java user, it is already feasible to integrate a CAP application with AMS. Check https://cap.cloud.sap/docs/releases/oct24#tool-support-for-ams for tool support when using AMS in CAP project.

本文标签: sap cloud sdkAuthorization Management Service (AMS) integrationStack Overflow