we are trying to do authorise with looker, but it not redirecting to callback when there is no loggedin session before.
Working case:
The user already logged in, redirect_uri is getting called
Not working case:
The user haven't logged before, after first login, it is not calling the redirect_uri.
How to reproduce:
https://<looker host >//auth?response_type=code&redirect_uri=<your app url>&client_id=8ec2fe94-17b9-4666-b7ed-cc29f1891de7&scope=api&code_challenge_method=S256&code_challenge=3b3990cc328425b5690d39e4915eb5467a4521627b04a2267a4d420815d1a4b5
hit the above url on incognito window, it fails to redirect.
Working as expected now