Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Provide way to associate a URL that redirects with a container. #1335

Closed
zepplen opened this issue Jan 31, 2019 · 2 comments

Comments

@zepplen
Copy link

zepplen commented Jan 31, 2019

I love the multi-account-containers plugin except for one issue.

I am using it to log into multiple AWS accounts. AWS provides an account specific url to allow you to more easily log into your account. When you hit that url it will re-direct you to the default login page (w/o any account specific information) and set a cookie to allow the login page to prefill your "account name" on the login page.

The issue I am running into is the only way to assicate a url to a container is to have landed on the page and check the "Always open in " check box in the container widget. This is not possible if the URL I want to associate returns a 30x redirect (as I never truely land on the page).

I have found a workaround by setting the network.http.redirection-limit to 0, which means I "land" on the account specific url, and can check the box!

I would love a way to associate this url with out having to muck about with the network.http.redirection-limit.

Example Url:
https://my-aws-account-alias.signin.aws.amazon.com/console

@groovecoder
Copy link
Member

I think this is close enough to #719 to close this as a duplicate. If the approach described there doesn't work for you, you can re-open this issue. If it's okay, add a 👍 and/or comment there please.

Duplicate of #719

@ianlewisau
Copy link

This was closed as a duplicate, but #719 does not address the problem. Indeed, it is now 4 years later and this problem still exists. I see it with URLs that require microsoft authentication, which redirects those URLs to login.microsoftonline.com. The container needs to be set before the redirect occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants