Thanks, Heikki. This was enough to set me on the right path.
On Mon, May 22, 2023 at 4:20 PM Heikki Vatiainen via radiator < [email protected]> wrote: > On 22.5.2023 9.37, Greg Haverkamp via radiator wrote: > > { > "version": "LinOTP 2.11.2", > "jsonrpc": "2.0802", > "result": { > "status": true, > "value": false > }, > "id": 0 > } > > > I can create an example of how to access the contents of the "result" key. > The default is to create a Perl hash for the keys but more complex > structures require more configuration. > I don't know if it is the "best" way to do it, but I established result as a reply item, and then I put a PostAuthHook in the underlying handler to review the results and send and accept or reject (I originally did it in the AuthBy itself, but it always returned an Access-Accept.) > > > Greg > > > _______________________________________________ > radiator mailing list > [email protected] > https://lists.open.com.au/mailman/listinfo/radiator
_______________________________________________ radiator mailing list [email protected] https://lists.open.com.au/mailman/listinfo/radiator
