I am facing an issue with my Angular application, where it is loaded after being redirected from another application. I need to access query parameters when the authentication website returns to my Angular application. The URL appears as:
Despite trying
this.activatedRoute.snapshot.queryParams
, I am unable to retrieve the query parameters correctly. I suspect this might be due to the encoded params. Is there any workaround for this?
Kind regards, Venky