Can you check if cryptographic OIDC token validation is implemented sufficiently?
I'm asking because it looks like dns3ld is actually not interested in client secrets or jwks_uri key stuff via /auth/.well-known/openid-configuration. I cant see any requests.
If this is true we need to fix this immediately. We are highly vulnerable for token injection. That's why I marked this as bug for the moment.
Can you check if cryptographic OIDC token validation is implemented sufficiently?
I'm asking because it looks like
dns3ld
is actually not interested in client secrets orjwks_uri
key stuff via/auth/.well-known/openid-configuration
. I cant see any requests.If this is true we need to fix this immediately. We are highly vulnerable for token injection. That's why I marked this as bug for the moment.
Thanks for investigation.