Re: JDBC authority - Make optional the ID query

2020-12-11 Thread Karl Wright
I think if there is an option for not needing to do the lookup then by all means we should allow a pass-through. But I believe there may already be that option in other existing authority connectors. It may be best in any case to have a simple "pass through" authority connector available that

JDBC authority - Make optional the ID query

2020-12-08 Thread julien.massiera
Hi Karl, Currently, the query to retrieve the User ID from the USERNAME in the JDBC authority connector configuration is mandatory, an error is triggered if it is not fulfilled or if the query does not work. However, we may have a token query which only uses the USERNAME to work, making the User