cmd icon indicating copy to clipboard operation
cmd copied to clipboard

Add support for tenant specific urls

Open merill opened this issue 1 year ago • 4 comments

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 avatar Oct 26 '22 23:10 merill

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

felickz avatar Oct 27 '22 04:10 felickz

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.

merill avatar Oct 27 '22 04:10 merill

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.

helgedv avatar Oct 28 '22 05:10 helgedv

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

tc982 avatar Oct 31 '22 09:10 tc982