Solved

indicium as rest api, how to assing user/role rights while using bearer tokens

  • 27 February 2023
  • 1 reply
  • 65 views

Badge

I want to setup an tw applicatio mainly for retrieving data by indicium, using the odata functionality. The data itself is already in the tables. I want to setup a user or role thet canb only read data, while another user/role can write also. The external parties want to access the api by a bearer token.

Is there any documentation how to setup this?

 

icon

Best answer by Vincent Doppenberg 27 February 2023, 10:49

View original

This topic has been closed for comments

1 reply

Userlevel 6
Badge +4

Hello Cees,

Our documentation on how to configure roles with different permissions can be found here. And our documentation on how to create user groups and assign roles to them can be found here.

And finally, our documentation on how to set up Indicium as an OpenID Identity Provider and use Bearer tokens for authentication can be found here.

I hope this helps