hlxsites / airindia

Github repo for Airindia EDS site
Apache License 2.0
0 stars 0 forks source link

Fix sign-in redirect #91

Closed sdmcraft closed 4 months ago

sdmcraft commented 5 months ago

Inputs from Narayanan in AirIndia

As I mentioned in one of the earlier calls, at AI website, after login we are redirecting through redirect.html to do a pre-login activity to provide user specific content on the website.

In this scenario, for testing purpose you could use the redirect_uri as https://ai-eds-test.airindia.com/in/en/book/special-offers/global-connectivity and rest of the session setting could be handled inside authRedirect.js itself.

From the code I shared earlier if you could check at the method “selectAccount()” you will get more idea on this.

We can also connect to discuss on this.

sdmcraft commented 5 months ago

Further update from @kalimuthu-a

@Narayanan Perumbaillam

sdmcraft commented 4 months ago

Sign-in flow is now working. Any outstanding items to be taken up as individual issues.