Top "Bearer-token" questions

Tokens are issued to clients by an authorization server with the approval of the resource owner.

What is the OAuth 2.0 Bearer Token exactly?

According to RFC6750-The OAuth 2.0 Authorization Framework: Bearer Token Usage, the bearer token is: A security token with the property …

oauth bearer-token
Authorization bearer token Angular 5

I am confused about how to create a good header for a simple Get request in Angular 5. This is what …

angular header authorization bearer-token
oauth2 error AADSTS90014: The request body must contain the following parameter: 'grant_type'

From the development in Windev I use Oauth 2.0 for authorization to get access to the outlook mail from a user. …

http oauth-2.0 bearer-token windev
Authorization Bearer token in HttpClient?

I am trying to access an API using an oauth2 authorization token in Java Here is the client code DefaultHttpClient …

java authentication curl httpclient bearer-token
How to properly use Bearer tokens?

I'm making an authorization system in PHP, and I came across this Bearer scheme of passing JWT tokens, I read …

php authentication oauth http-headers bearer-token
Return more info to the client using OAuth Bearer Tokens Generation and Owin in WebApi

I have created a WebApi and a Cordova application. I am using HTTP requests to communicate between the Cordova application …

c# authentication owin asp.net-web-api2 bearer-token
Web API Authentication Basic vs Bearer

I have created JWT based Authentication in my Web API application. I am not able to figure out the difference …

basic-authentication jwt bearer-token
ASP.NET Core 2.0 JWT Validation fails with `Authorization failed for user: (null)` error

I'm using ASP.NET Core 2.0 application (Web API) as a JWT issuer to generate a token consumable by a mobile …

c# asp.net-core asp.net-core-webapi bearer-token asp.net-core-identity
Adding additional logic to Bearer authorization

I am attempting to implement OWIN bearer token authorization, and based on this article. However, there's one additional piece of …

c# asp.net-web-api oauth-2.0 owin bearer-token
Authorization in ASP.NET Core. Always 401 Unauthorized for [Authorize] attribute

For the first time I'm creating Authorization in ASP.NET Core. I used tutorial from here TUTORIAL The problem is …

c# asp.net asp.net-core authorization bearer-token