By: Thomas McAvoy user 06 Jul 2018 at 8:29 a.m. CDT

1 Response
Thomas McAvoy gravatar
Is there a backchannel mechanism (script) for allowing authn interception via gluu gateway so we can perform authentication to gluu via the gateway and hence RDBMS Thanks Tom

By Michael Schwartz Account Admin 15 Jul 2018 at 10:29 a.m. CDT

Michael Schwartz gravatar
To do this: 1. Create a REST API for the RDBMS--you don't want to use stateful JDBC connections from the Gluu Server. 2. Write an authentication script that takes the username / pw from the form, and calls the API.