In IdentityServer4 is there a way to add the client GUID available in the ExtendedClients table in claim list?
I would like to identify a client using the GUID available in the ExtendedClients table. When a client requests a token using the client_credentials flow, the claim available in the token is the ClientId, which is a string evaluated with a speaking name.