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 badges1 Answer
Reset to default 0To 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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744815280a4595287.html
评论列表(0条)