Graph access without registering app

Brass Contributor

Hi All,

 

I have a feeling the answer is "no, won't work" but doesn't hurt to ask.  Basically, what I'm wanting to do is use the Graph API to get my current Teams status (or the status of whoever enters username/password), this is easy enough however I don't want to have to register the app in Azure AD.

 

Cheers

 Rob

2 Replies

How do you plan on obtaining a token? Technically, you should be able to use one of the "built-in" apps for that, but you cannot do Graph calls without a valid token.

That's what I'm wanting to know ...