Top "Oauth" questions

OAuth (Open Authorization) is a specification for client applications to access protected resources on behalf of a user.

How can I verify a Google authentication API access token?

How can I verify a Google authentication access token? I need to somehow query Google and ask: Is [given access …

web-services api oauth google-oauth google-authentication
Do Facebook Oauth 2.0 Access Tokens Expire?

I am playing around with the Oauth 2.0 authorization in Facebook and was wondering if the access tokens Facebook passes out …

facebook oauth
What exactly is OAuth (Open Authorization)?

What exactly is OAuth (Open Authorization)? I have gleaned some information from OAuth Twitter Tutorial: What is OAuth And What …

oauth
How to secure RESTful web services?

I have to implement secure RESTful web services. I already did some research using Google but I'm stuck. Options: TLS (…

web-services security rest oauth restful-authentication
Security of REST authentication schemes

Background: I'm designing the authentication scheme for a REST web service. This doesn't "really" need to be secure (it's more …

rest authentication oauth amazon-s3 rest-security
OAuth: how to test with local URLs?

I am trying to test OAuth buttons, but they all (Facebook, Twitter, LinkedIn) come back with errors that seem to …

oauth localhost
Why do access tokens expire?

I am just getting started working with Google API and OAuth2. When the client authorizes my app I am given …

oauth oauth-2.0 google-api google-oauth
JWT (Json Web Token) Audience "aud" versus Client_Id - What's the difference?

I'm working on implementing OAuth 2.0 JWT access_token in my authentication server. But, I'm not clear on what the differences …

oauth oauth-2.0 jwt
How to authenticate with Google via OAuth 2.0 in a popup?

Sorry for a big edit. I am starting over as I am not stating my question correctly. I am trying …

javascript oauth
Google OAuth 2.0 redirect_uri with several parameters

How to add a parameters to the Google OAuth 2.0 redirect_uri? Just like this: redirect_uri=http://www.example.com/…

redirect oauth google-api