I have guest user access enabled and I keep getting ‘Access to application is not provisioned for this user’s role.’ None of the swagger queries are working for the guest user.
- I used my database admin username/pw for the service and no change (so it’s not a mySQL access issue)
- I have a role set up with * permissions for everything and the app is selected for that role.
- I have guest access enabled using the role specified in 2
- I’ve cleared the cache with no success.
When I run the query from within the API docs it works perfect. Outside of the admin console - no luck (I’m calling this through a rest service from Appery.io.) I have the app_name specified correctly in the URL (otherwise I get the ‘No application name header or parameter value’ error.)
I’ve also tried authenticating and passing a session token, however, that’s returning a different error (username/password is not correct despite the fact that it is correct.)