Top "Oauth-2.0" questions

OAuth (Open Authorization) is an open protocol framework to allow secure API authorization in a simple and standardized way for desktop, mobile and web applications.

Google OAuth2 Authorizing OAuth token error: redirect_uri_mismatch

I am Creating and Authorizing an OAuth Token according to this webpage: https://code.google.com/p/google-mail-oauth2-tools/wiki/…

oauth-2.0 google-oauth
Not a valid origin for the client from Google API Oauth

I'm receiving this error from Google API Oauth: idpiframe_initialization_failed", details: "Not a valid origin for the client: http://127.0.0.……

javascript oauth-2.0 google-oauth
How to authenticate user with Azure Active Directory using OAuth 2.0?

I have a REST API written in C# and I need to authenticate with an existing Azure AD service. I …

c# authentication azure oauth-2.0 azure-active-directory
ImportError: cannot import name SignedJwtAssertionCredentials

I'm trying to access a google app through the Python Client using this code to gain authorization (private info obviously …

python google-api oauth-2.0
How does 2-legged oauth work in OAuth 2.0?

In OAuth 1.0, 2-legged is pretty easily: Simply send the request as usual and omit the access_token header. Things seems …

oauth-2.0 2-legged
Request new access token using refresh token in username-password grant in Spring Security OAuth2

We're using the username-password grant to obtain an access token from our auth server. We want to refresh the access …

spring spring-security oauth-2.0 access-token spring-security-oauth2
Adding http headers to window.location.href in Angular app

I have a angular app that I needed to redirect outside to a non angular html page, so I thought …

angularjs http oauth-2.0 http-headers window.location
How to use OAuth2 in RestSharp

After a couple of days sorting out OAuth2 at the server-end (Spring java) I started working on the client written …

c# rest curl oauth-2.0 restsharp
ASP.NET Web API 2: How do I log in with external authentication services?

According to this post http://www.asp.net/web-api/overview/security/external-authentication-services... I'm able to log in with a local …

asp.net .net asp.net-web-api oauth-2.0 asp.net-identity
Tutorial for using requests_oauth2

I am trying to use the requests-oauth library for Python to make a request to Pocket. Unfortunately the description to …

python request oauth-2.0 pocket