Used code blocks with ``` to format my code examples like JSON or logs properly.
I’m submitting a…
Regression (a behavior that stopped working in a new release)
Bug report
Performance issue
Documentation issue or request
Current behavior
Create user POST request in UserManagement section is always returning 403 Forbidden error, when using admin access token received from clients section in settings (also when i use bearer token taken from chrome developer tools Authorization header, the same request works normally).
Expected behavior
Create user POST request is returning 201 Created.
Minimal reproduction of the problem
Setup squidex with docker
Create new app
Go to settings, clients and get client id and client secret, set role to Admin
Obtain access token from /identity-server/connect/token endpoint
Use that access token to execute CreateUser request
Thank you very much! By the way, is there any option to obtain access token for newly created user via API? Or is it somehow possible to get API token using user login and password?
I am using squidex as a backend server for my content, and I need to see the history of edits for schemas and content with accordance to specific user. Also i will create users automatically, since their accounts already exist in different service. Would it be possible to receive client_id and client_secret for new users through API?
I have my own user database, which is stored outside of squidex. And i have my own backend which is using squidex as database. I need users from that database to be able to login to my service and execute operations, like watching and creating schemas and contents. To see the proper history of edits on specific content or schema, operations should be executed by different clients, and i am trying to find a way to create these clients, say one new client for each new user.