Get tenant id from domain name command: tenant -d|--domain **xyz.com** **Logic :** - call https://login.windows.net/xyz.com/.well-known/openid-configuration - parse **token_endpoint.Split('/')[3]** Note: we donot need to run graph login for this endpoint. If this is a valid suggestion, I can take this.
Get tenant id from domain name
command: tenant -d|--domain xyz.com
Logic :
Note: we donot need to run graph login for this endpoint. If this is a valid suggestion, I can take this.