An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
Hi, no worries at all. The tenant ID is easy to find even if you don’t have full access.
Just open this link in your browser and replace yourdomain.com with the domain you use to sign in:
https://login.microsoftonline.com/<yourdomain.com>/.well-known/openid-configuration
When the page loads, look for the value next to "issuer". Inside that URL, you will see a long GUID. That GUID is your tenant ID.
Example:
"issuer": "https://login.microsoftonline.com/12345678-abcd-1234-abcd-1234567890ab/v2.0"
In this example, the tenant ID is:
12345678-abcd-1234-abcd-1234567890ab
Once you have that ID, you can use the metadata URL exactly as I mentioned earlier.