Top "Bearer-token" questions

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

What's the default OAuth AccessTokenFormat implementation in OWIN for IIS host?

Web API 2 OWIN Bearer token authentication - AccessTokenFormat null? The default /Token endpoints works fine and I could get token …

c# oauth owin bearer-token
Determine if bearer token has expired or is just authorized

My angular application is making use of bearer tokens as outlined in the article series http://bitoftech.net/2014/06/01/token-based-authentication-asp-net-web-api-2-owin-asp-net-identity/. …

angularjs asp.net-web-api owin bearer-token
How to store bearer tokens when MVC and Web API are in different projects

Situation: I have a Web API 2 project which acts as an Authorization server (/token endpoint) and a resource server. I …

asp.net-mvc cookies asp.net-web-api oauth-2.0 bearer-token
Overriding OnTokenValidated JwtBearerEvents with Custom function .NET Core 2

In my API project I am handling authentication with JwtBearer (users login using Azure). When the API is called the …

asp.net-core jwt bearer-token
MVC .NET cookie authenticated system acessing a Web Api with token authentication

I have a Mvc 5 client that have a Ownin cookie authentication. I also have a Web Api that is protected …

asp.net-mvc asp.net-web-api owin bearer-token
Angular 4 image async with bearer headers

My task is to make async image requests with auth headers. I have image paths like this: <img src="{{…

html angular bearer-token
Combine the use of authentication both for MVC pages and for Web API pages?

I have an MVC 5 web application and can login with a Login.cshtml page and get a cookie and the …

asp.net-mvc cookies asp.net-web-api bearer-token
OWIN Bearer Token Authentication

I have some questions related to Bearer Token. In Owin you can protect a ticket Protect(ticket) like this: ClaimsIdentity …

c# oauth-2.0 owin asp.net-identity-2 bearer-token
Why should you base64 encode the Authorization header?

Twitter's API requires sending an Authorization header that is a base64 encoding of an API key concatenated with an API …

oauth oauth-2.0 base64 twitter-oauth bearer-token
User.Identity.Name is empty in Asp.NET Core 2.0 API Controller

I am new to ASP.NET core itself. However, I am creating WebAPIs in ASP.NET Core 2.0. I have configured …

asp.net-core-webapi asp.net-core-2.0 bearer-token asp.net-core-identity