How can we generate access token based on some Id along with emailaddress and password
Currently I am working on a task where I need to generate access token for a user based on user credentials(emailaddress and password) and some Id (e.g: subscriptionId ). As per my research there is no such provision to do so with the default IdentityServer behavior but I guess it can be achieved with add custom token generator.