After logging in to my office-365 account in my iOS app, it generates an oauth token.
How do I validate this token in the backend with microsoft?
..With Google, when the client gets the oauth token, they have an SDK to pass that token to your own backend where you can validate. Is there something similar w/ MS?
edit
Looks like I'll just use that token and verify the user: https://developer.microsoft.com/en-us/graph/docs/concepts/auth_v2_service