Hey platform
I am trying to upgrade paas keycloak to v25. I modified how claims were stored, to use roles instead of attributes. That works, I can successfully read tenants and applications fine. In my ITs however, when I try to upload npl zip file, I get an exception back from the engine:
com.noumenadigital.platform.client.auth.AuthorizationFailedAuthTokenException: Authorization exception: Account is not fully set up\n\tat
com.noumenadigital.platform.client.auth.AuthorizationService.tryAuth(AuthTokenService.kt:53)\n\tat
com.noumenadigital.platform.client.auth.AuthorizationService.grantUserSync(AuthTokenService.kt:66)
Any ideas what it could be that is missing in order to do app things? The same admin user can do various other things, like create and read apps.
I also must say that we are on platform version 2024.1.3 so if upgrading is needed… lmk ![]()
Thanks