Is there a public JWKS URL for this DAPS server? I want to use some Data Connectors in PRODUCTION_DEPLOYMENT mode with this DAPS server. For that, I would need to add the public JWKS URL of this DAPS to the application properties of the connector.
Yes, you can either get the info from the metadata at https://YOUR_DOMAIN/.well-known/openid-configuration or directly at https://YOUR_DOMAIN/.well-known/jwks.json
Is there a public JWKS URL for this DAPS server? I want to use some Data Connectors in PRODUCTION_DEPLOYMENT mode with this DAPS server. For that, I would need to add the public JWKS URL of this DAPS to the application properties of the connector.