International-Data-Spaces-Association / omejdn-daps

Open Source implementation of the Dynamic Attribute Provisioning Service based on http://github.com/Fraunhofer-AISEC/omejdn-server
Apache License 2.0
6 stars 10 forks source link

JWKS url of DAPS #10

Closed arnabghosh3654 closed 2 years ago

arnabghosh3654 commented 2 years ago

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.

schanzen commented 2 years ago

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

arnabghosh3654 commented 2 years ago

Thanks!