Hi robin
You should be able to do this to detect silent auth.
if (event.request.query.prompt === ‘none’) { }
Thanks Jeff