<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009GXSikCAHOkta Classic EngineAPI Access ManagementAnswered2023-06-14T21:36:11.000Z2023-06-04T19:25:05.000Z2023-06-14T21:36:11.000Z

ChetanC.23766 (Customer) asked a question.

Implementing ABAC

I am relatively new to adding authorization to my APIs implemented using node(express). I have use case where I have resource called "project" which can have multiple instances like proj1, proj2 etc. A user can be part of multiple projects and he/she can have different roles in each project. Now I am not able to figure out how to put all this information in access token so that token has all information required for access control to API. It would help if you can explain how I should create/organize the scope/claim/group to achieve this.

 

And also can this be implemented using ABAC? If yes, how?


This question is closed.
Loading
Implementing ABAC