AWS_SSO_Containers icon indicating copy to clipboard operation
AWS_SSO_Containers copied to clipboard

feat: Support SSO shortcut links

Open blakemotl-RL opened this issue 10 months ago • 0 comments

Regarding #21 took my first attempt at supporting it. I don't love my implementation but the URL constructor did not extract the searchParams from the origin url(maybe because one of the params is a url with search params itself?). Anyway this seems to work and does not break backwards compatibility for when a destination parameter is not present. Open to other ideas on how to fix this since I think this is more of a bandaid then fixing the core of the problem, which seems to be cookie related.

blakemotl-RL avatar Apr 22 '24 22:04 blakemotl-RL