I have…
- [ X ] Checked the logs and have provided the logs if I found something suspicious there
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ X ] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
When setting the AdminClientId and AdminClientSecret in the appsettings.json of our Squidex instance, it still doesn’t allow me to access all of the apps on our instance when pushing it through the ClientLibrary. I am trying to get a list of every app on our instance using:
var apps = await this.appsClient.GetAppsAsync();
With the credentials for the admin app set to:
"adminClientId": "master-app-testing:master",
"adminClientSecret": "U38xiG88yDVXz892SZEUus4xmXWbV25MfYPUYOru9yk=",
The result is 0 apps.
Environment
- [ ] Self hosted with docker
- [ X ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version