We'd like to be able to use encoded secrets for our oauth2 clients so that they are not stored in the clear in our database.
I have a password encoder setup for my client and user authentication managers, but only in the user authentication manager does it appear to be used.
Is it possible to use encoded secrets for clients? If so, how does one go about wiring it up?
