Configure Google Cloud Endpoint with multiple authentication providers

Hi,

I’m trying to configure Google Cloud Endpoint with multiple Auth0 authentication providers, one for each tenant. We have more internal environments that Google Cloud environments and we need to make sure that Google can work with different tokens: myapp-dev and myapp-qa

How do you configure api_config.yaml?

authentication:
providers:
- id: auth0_jwk
issuer: https://myapp-dev.auth0.com/
jwks_uri: “https://myapp-dev.auth0.com/.well-known/jwks.json
rules:
- selector: “*”
requirements:
- provider_id: auth0_jwk