<div dir="ltr"><div><div>Hi all,<br><br></div>I'm currently working on the virtual organisations (VO) management code and I would like to add the functionallity that when a user creates a VO Role, he automatically joins it. <br>Since VO Roles are represented as Groups, I need to create a new group and add my user into it.<br><br>I that when I call the methods <b>add_user_to_group</b> and <b>remove_user_from_group</b> from the identity_api, I get my token invalidated and receive the following error message:<br><br>[Thu Feb 19 00:41:23 2015] [error] 11764 WARNING keystone.middleware.core [-] RBAC: Invalid token<br>[Thu Feb 19 00:41:23 2015] [error] 11764 WARNING keystone.common.wsgi [-] The request you have made requires authentication. (Disable debug mode to suppress these details.)<br><br></div>I have also tested using <br></div>