cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing the User API : Groups Error

Former Member
0 Kudos

Hi Guys ,

I don't know whether this is a bug or i am doing incorrectly:

there is an API to get the logged in user details (assertion attributes) "/services/userapi/attributes" from sap identity provider (I am using the custom sap identity provider) User API .

I followed all the steps mentioned in the above link to get the assertion attributes of custom IDP in my application and i am getting the attributes too. The problem is i am mapping groups attribute (assigned groups to the user) also, but groups attribute is giving only one group in my application whereas logged in user is assigned to three groups. Check the screenshots.

if you see user is assigned to three groups (cmsHyundai,myHyundai and AccountMembers) but i am getting only cmsHyundai in my application from the userapi call.

Accepted Solutions (1)

Accepted Solutions (1)

sascha_scholz
Explorer
0 Kudos

Hi,

your are facing a limitation of the HTML5 Application User API, which we recently became aware of. We are already working on a solution.

Sorry for the inconvenience this might cause.

Regards,

Sascha

Answers (1)

Answers (1)

Hi Sascha,


Any update to this kind of error in the API?
Thanks