Regarding retrieving an access token via tapkey token exchange:
Assuming I have two identity providers registered on Tapkey, which use the same public key:
Now I make the request to: POST https://login.tapkey.com/connect/token including in the request body the client id and the provider.
Is it safe to assume, that I will only retrieve access tokens for the Users of the identity provider, which is defined in provider in the request-body?
The right identity provider is selected by provider and NOT by the signature of the jwt-token I am sending for exchange, right?