IOT Virtual Conference - Register now to book your ticket and get updates
x
CONGRATULATIONS! C# Corner Q1, 2021 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forumguidelines
Harsh Gupta
967
1.3k
74.8k
Access to Multiple tenants on Azure AD using single sign on
Dec 6 2019 2:22 AM
I have multiple tenants on azure. I want to access them using a single sign-on from my app. e.g I want to get all subscriptions related to all tenants by tenantId with a single hit. I tried the below api and it gives me one tenant information at a time. It requires the access_token for each tenant separately.
https://docs.microsoft.com/en-us/rest/api/resources/subscriptions/get
I am able to get all tenant's information using (https://docs.microsoft.com/en-us/rest/api/resources/tenants/list), but after that is there any option to pass the tenantId and get the other information like subscriptions and other detail based on passing tenantId.
Reply
Answers (
5
)
was loaded over HTTPS, but requested an insecure XMLHttpRequ
Download multiple file from azure blob