About 8,440,000 results
Open links in new tab
  1. How is OAuth 2 different from OAuth 1? - Stack Overflow

    Jun 29, 2024 · Here I show you a technical difference if you need to consume or publish some service with oauth1 or oauth2: OAuth 1.0 Flow Client application registers with provider, such …

  2. How to implement Oauth 2.0 in PHPMailer for Exchange Online

    Sep 27, 2022 · As many of you are aware, Microsoft is deprecating basic authentication (login and password) for Exchange online on 01/10/2022 onwards. You can read the full article over …

  3. oAuth2.0 with Microsoft flow(Power Automate) and then accessing ...

    Jan 13, 2020 · oAuth2.0 with Microsoft flow (Power Automate) and then accessing protected API Asked 5 years, 9 months ago Modified 3 years ago Viewed 32k times

  4. How to get a refresh token with oauth in microsoft365?

    Feb 3, 2023 · I am trying to use microsoft365 and oauth to get an access and refresh token. According to Microsoft 365 docs, we need to use the "offline_access" scope to get …

  5. Using POSTMAN to get Authorization Code - OAuth2.0

    Sep 20, 2020 · Yes i agree, but when you google "how to test OAuth2.0 using postman" - you find that, its a single request which should be the user profile URL, and in the authorization tab, we …

  6. Why am I getting an invalid token response when exchanging an ...

    Feb 19, 2020 · Why am I getting an invalid token response when exchanging an authorization code for an access token? (spring boot, oauth2, azure)

  7. Using Oauth2 to send email via Office365 C# - Stack Overflow

    Nov 12, 2020 · Using Oauth2 to send email via Office365 C# Asked 4 years, 11 months ago Modified 2 years, 6 months ago Viewed 42k times

  8. SharePoint Rest API how to get Access Token? - Stack Overflow

    Aug 9, 2020 · Just starting to work with SharePoint and Microsoft authentication and trying to get a SharePoint List into a JavaScript App. From Microsoft documentation, I need to use the …

  9. invalid_grant trying to get OAuth token from Google

    Mar 30, 2017 · 210 Although this is an old question, it seems like many still encounter it - we spent days on end tracking this down ourselves. In the OAuth2 spec, "invalid_grant" is sort of …

  10. How to login with username/password using OAuth2 and …

    Dec 9, 2016 · How to login with username/password using OAuth2 and microsoft login and HTTP request Asked 8 years, 10 months ago Modified 4 years, 11 months ago Viewed 13k times