So I have set up entitlements for my application. When I setup a token claim in the application and use appuser.entitlements.[entitlementname] it adds them to the ID token!
Why would I want entitlements on my ID token? I want them on the access token!
When I go to the auth server and try to setup a custom claim the auth server has access to appuser but not the appuser.entitlements!
How can I add the appuser.entitlements to my access token where they seem to belong instead of on the ID token?