Re:Re: when AuthenticationFailureEvent happen, redirect to other website

2022-03-03 Thread Simon
thanks .


I have no idea about, pls more details.
















在 2022-03-01 23:19:09,"Nick Couchman"  写道:

On Tue, Mar 1, 2022 at 3:13 AM Simon  wrote:

hello,
 I build a authentication provider guac-ext.
sometimes, authenticate failed, I notices that, guac-ext provide 
`Listener`. when I handle AuthenticationFailureEvent, can i redirect this 
request to other website, like google.com.




I don't think the event listener can trigger a redirect, I think you'd need to 
do that with an AuthenticationProvider.


-Nick

Re: when AuthenticationFailureEvent happen, redirect to other website

2022-03-01 Thread Nick Couchman
On Tue, Mar 1, 2022 at 3:13 AM Simon  wrote:

> hello,
>  I build a authentication provider guac-ext.
> sometimes, authenticate failed, I notices that, guac-ext provide
> `Listener`. when I handle AuthenticationFailureEvent, can i redirect this
> request to other website, like google.com.
>
>
I don't think the event listener can trigger a redirect, I think you'd need
to do that with an AuthenticationProvider.

-Nick


when AuthenticationFailureEvent happen, redirect to other website

2022-03-01 Thread Simon
hello,
 I build a authentication provider guac-ext.
sometimes, authenticate failed, I notices that, guac-ext provide 
`Listener`. when I handle AuthenticationFailureEvent, can i redirect this 
request to other website, like google.com.


thx