Give role to user for application registred in fiware -


i have done application have registred in fiware, application have 1 authorized user use. want authorize more users new roles can use it. trying give role user without use graphical interface whit keystone api, nothing works. looking in lot of pages don´t find nothing. find page https://github.com/ging/fi-ware-idm/wiki/rest-api only, saw roles api. have tried use, didn´t work.

if use, put /os-roles/users/$user_id/applications/$application_id/roles/$role_id

result, {"error": {"message": "you not authorized perform requested action: identity:add_role_to_user_default_org", "code": 403, "title": "forbidden"}}

i don´t understand result because owner of application. how can solve it?

thank you

there new documentation api in apiary examples.
can find whole api documented here
, specific endpoint documented here

if after following new documentation still have same issue, let me know. can use github issue tracker

the github wiki deprecated, don't use anymore.


Comments