About 6,520,000 results
Open links in new tab
  1. OAuth 2.0: Benefits and use cases — why? - Stack Overflow

    OAuth2, instead, brings authorization requests, access tokens and refresh tokens, and you have to make 3 requests at the very start of a session to get the data you're after. And even then, …

  2. How is OAuth 2 different from OAuth 1? - Stack Overflow

    Jun 29, 2024 · Can someone explain the difference between OAuth 2 and OAuth 1? Is OAuth 1 obsolete now? Should we be implementing OAuth 2? I don't see many implementations of …

  3. 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 …

  4. How to get access token using refresh token AzureAD

    Oct 14, 2022 · I want to get access token with the help of refresh token that I got previously. I got tokens using scope: user.read offline_access openid in oauth2 endpoint: https ...

  5. azure - Getting error while creating access token using OAuth 2.0 …

    Feb 19, 2025 · In Postman I am trying to generate Access token using Oauth2.0 for MS fabric Update API call. I have entered below details POST https://login.microsoftonline.com ...

  6. http - OAuth 2.0 Authorization Header - Stack Overflow

    I want to develop a SDK that encapsules the OAuth 2.0 functions. I have checked the differences between OAuth 1.0 & 2.0, and I have some confusion on Authorization Header (1.0 and …

  7. How to perform OAuth 2.0 using the Curl CLI? - Stack Overflow

    Nov 18, 2018 · I would like to use curl from a Windows command prompt to perform Google OAuth 2.0. My goal is to better understand the authentication flows that an OAuth server …

  8. Setting data lake connection in cluster Spark Config for Azure ...

    Dec 8, 2020 · I'm trying to simplify notebook creation for developers/data scientists in my Azure Databricks workspace that connects to an Azure Data Lake Gen2 account. Right now, every …

  9. 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

  10. 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 …