
EricP.48498 (Customer) asked a question.
I have a group, with custom profile attributes. I added an application to the group. The application has public/private jwk that I use to get an access token.
How do I ensure the access token populates the custom attributes as part of a claim, from the group profile?
The original claim (under API settings) was `user.accountScopes` is there some other expression (just spit balling `
(app != null) ? app.accountScopes : user.accountScopes`) or something else that is needed to ensure it is populated in the token?

I found a sort of work around. Using the API `PUT` operation, you can add additional attributes in an application.
"profile": {
"accountUuid": "8a117199-b86b-497f-82b0-e437cbcd64f0",
"accountScopes": [
"create:company",
...
],
And then I can reference them in the API claims: