Good afternoon!
We are building an authentication environment in our help center. Our articles are all public, so, we are beginning to create private articles and add it in the help center. The think, is that right now, the Android SDK fails to load the articles when the user is not identified in the app and the sdk tells us that "The expected type of authentication is jwt. The local identity is not present."
Is this behaviour correct? Do we have to create an appid for the anonymous users and another one for the identified users?
Thanks!