Is there a way to specify multiple JWKS endpoints when starting a Daml Driver?
Assuming that users are split across two IAMs that are signing the JWTs with their respective keys - can I get such a scenario to work?
Is there a way to specify multiple JWKS endpoints when starting a Daml Driver?
Assuming that users are split across two IAMs that are signing the JWTs with their respective keys - can I get such a scenario to work?
You can only specify one JWKS endpoint. If you have multiple JWKS endpoints, you need to merge them into a single JWKS endpoint somehow.
How exactly you do that depends a bit on your setup: