The claims held within the client_claims collection are used when generating tokens for clients (through client credentials flow - already implemented).
The claims held within user_claims are appended into the authenticating users claim when a user logs in via the client using auth code flow.
Add the ability to configure claims for any user that logs in through that client:
The claims held within the
client_claims
collection are used when generating tokens for clients (through client credentials flow - already implemented).The claims held within
user_claims
are appended into the authenticating users claim when a user logs in via the client using auth code flow.