Override well-known endpoint

Hi all,

I need to override the well-known endpoint because i need a new one for Openid Federation Spec. For this case i had extend the WellKnownProviderFactory and OIDCWellKnownProvider and all is working.

The issue is that i need to use a custom Content-Type in the response of new endpoint (default is application/json).

Can you help me?