Skip to content
Discussion options

You must be logged in to vote

Based on how the API is written there would not be a native way to extend RBAC for different users without having created API credentials for those users ahead of time as the authentication mechanism for LM's v3 API is strictly based on Bearer or LMv1 auth tokens which are attached to specific users in LM. Basic auth which would have made it possible to authenticate via user and pass but it has been deprecated since API v1 which is slated for retirement soon. There would not be a native way to do this with the existing LM API outside of adding your own wrapper on top of this module that validates users and their permissions but uses a main application api token to perform all of the actio…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stevevillardi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants