Hi There,
Quick question, can the SocialAuthenticationFilter handle when the user clicks 'No Thanks' when asked the question on whether to provide the application permission (I think not)?
Looking at the code, I expect not & by using Google (failure callback URL =
) it simply gets into a loop when pressing 'no thanks' (app->google->no thanks->app->google->etc...)
Should it work, as would like to send them back to a login page with an error message?
Thanks,
Ian.
Quick question, can the SocialAuthenticationFilter handle when the user clicks 'No Thanks' when asked the question on whether to provide the application permission (I think not)?
Looking at the code, I expect not & by using Google (failure callback URL =
Code:
/signin/google?error=access_denied
Should it work, as would like to send them back to a login page with an error message?
Thanks,
Ian.