microsoft-authentication-library-for-android icon indicating copy to clipboard operation
microsoft-authentication-library-for-android copied to clipboard

Trying to get App Only token silently

Open richshepard opened this issue 3 years ago • 0 comments

I am trying to find an API that works for this and having problems. from the research I have been doing I think I need App Only tokens, whereas the examples here are for user tokens by the looks of it as they require an interactive login.

We have a C# example working which uses ConfidentialClientApplicationBuilder, but no such class exists for Android. The aim is to get a Access Token silently in the app so that this can be used as the Auth token in the header of requests going forward.

Any help would be appreciated.

richshepard avatar May 30 '22 10:05 richshepard