<div dir="ltr">Hi,<br><br>I have a big problem here because of bearer token size.<br><br>I&#39;m using keycloak within a SaaS application, so I need create alot of realms.<br><br>After 30 realms created, the bearer token issued for master admin user has more than 8kb.<br>It&#39;s huge for a single header, Apache limits 8kb headers by default.<br>With 1000 realms, the bearer token of master admin user will have 3.5mb.<br>It&#39;ll be impossible to use keycloak in production, it occurs because &quot;resource_access&quot; property has all realms with all possible roles.<br><br>It&#39;s possible to create wildcard &quot;*&quot; for &quot;resource_access&quot; to prevent that problem?</div>