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.

What is the correct way to refresh Facebook OAuth2 access token after it expires?

As I understand it, this is the basic process for new Facebook iframe canvas apps using the OAuth2 API in …

facebook facebook-graph-api oauth-2.0
OAuth Authorization vs Authentication

OAuth terminology has been bothering me a long time now. Is OAuth Authorization as some would suggest or is it …

oauth oauth-2.0
Box oauth2: Invalid grant_type parameter or parameter missing

I don't know what I do wrong, but everytime I tried to obtain the token (after user authentication of course), …

oauth-2.0 box-api
Allow OPTIONS HTTP Method for oauth/token request

I'm trying to enable oauth2 token fetching for my angular application. My configuration is working fine (authentication is working correctly …

spring oauth spring-security oauth-2.0 cors
Laravel Passport token lifetime

I don't get what I'm doing wrong. I can't set token expiration time. <?php namespace App\Providers; class AuthServiceProvider …

php laravel oauth-2.0 laravel-5.4 laravel-passport
What is intent of ID Token expiry time in OpenID Connect?

In OpenID Connect an access token has an expiry time. For authorization code flow, this is typically short (eg 20 minutes) …

oauth-2.0 openid-connect
Creating facebook app with callback url

I am creating a facebook app. And I want to let users to login to my website using it(Using …

javascript node.js facebook oauth-2.0 passport.js
How do I implement secure OAuth2 consumption in Javascript?

I'm in the process of designing an API in PHP that will use OAuth2.0. My end goal is to build …

javascript api oauth-2.0 angularjs consumer
what is id_token google oauth

I just got the following result when I tried to do oauth2 to googleapi. Only one thing: I couldn't find …

oauth-2.0 google-oauth