Hello, i’m trying to determine the best path forward on managing users. We have a backend that manages the provisioning and deprovisioning of licenses across our applications.
I’d like to extend the same capability with Lucid but i’m having a hard time getting started.
For this capability it seems like either an api key or oauth 2.0 should work, but I’m not able to get either of them working with the right scopes. Ideally we could use an api key to do this.
Has anyone done this before and have an example to get going?