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

Add support for tenant specific urls #1

Open
merill opened this issue Oct 26, 2022 · 4 comments
Open

Add support for tenant specific urls #1

merill opened this issue Oct 26, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@merill
Copy link
Owner

merill commented Oct 26, 2022

Would it be possible to extend further (I tried unsuccessfully with the current implementation) with deep linking to a specific tenant? e.g https://ad.cmd.ms/?tenantId=idmspecialist.com or https://ad.cmd.ms/idmspecialist.com ??

https://twitter.com/darrenjrobinson/status/1585405880585326593?s=20&t=7WKItS0wqGkVReHhDL89rw

@merill merill added the enhancement New feature or request label Oct 26, 2022
@felickz
Copy link
Contributor

felickz commented Oct 27, 2022

Awesome idea, can be a major pain point when dealing with mutliple AAD's (especially multiple B2C instances) - having the ability to customize alias these in the extension would be amazing - or specify config in browser site search that deep linked into the specific aad tenant would save a click

@merill
Copy link
Owner Author

merill commented Oct 27, 2022

I think this is something that we can definitely add to the browser extension. With a config option to set your default tenant and then have the redirection include it in the query parameter.

Adding it to the {command}.cmd.ms server side redirect would be a little harder especially given the simple cloudflare redirect feature that I'm currently using. Especially since different MS portals expect the ID in different places.

@helgedv
Copy link

helgedv commented Oct 28, 2022

Having it in the browser extension would be of great value to me as I find my way around multiple tenants on a daily basis.

@tc982
Copy link

tc982 commented Oct 31, 2022

Talk to Kelvin Tegelaar from the CIPP.app project, he links directly to all specific tenant blades from within the webapp.

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

No branches or pull requests

4 participants