Hi,
I want to create a static list of claims at app/authorization server level. So when an access token is returned, inside it I want the claims in the following format:
permission_list: [
“permission1”, “permission2”
]
How can I achieve this? I want to do this with the Auth Code flow.
Thanks.
