Top "Bearer-token" questions

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

Retrieve bearer token in ASP.NET WebAPI

I have a Web API with authentication enabled (bearer token). This is called by a client application and I want …

c# asp.net-web-api bearer-token
How to use Swagger in ASP.Net WebAPI 2.0 with token based authentication

I have a ASP.Net WebApi with token based authentication and I want to use swagger to create documentation for …

c# asp.net-web-api swagger bearer-token
Asp.net core 2 - 401 error with bearer token

I'm not able to access protected method with Authorized with a token generated by Asp.net Core. The configuration : services.…

c# asp.net-core bearer-token
MSAL and Azure AD: What scopes should I pass when I just want to get the user ID?

I'm using MSAL to get an ID Token which is then used to access an Web API app. I've got …

oauth-2.0 azure-active-directory bearer-token msal
Get bearer token from OWIN Cookie and put it on API Requests

Here is my scenario: I have a MVC4.5/WebApi2 application that uses OpenIdConnectAuthentication based on a Thinktecture.IdentityServer provider. So …

asp.net-web-api owin thinktecture-ident-server bearer-token
Securing Spring Boot service with keycloak - JWT token

So, I'm using keycloak to secure my services. Client app gets access token from keycloak server and uses it to …

spring-boot jwt keycloak bearer-token keycloak-services
ASP.NET Web API Authorization tokens expiring early

I have implemented security for my web api (individual accounts) as discussed here. I have hosted the website on godaddy (…

asp.net-mvc-4 authorization asp.net-web-api2 bearer-token
Using an AutoRest C# client to access a Web API with a bearer token - TokenCredentials does not work

EDIT 10/24 I think this was all likely user error - see my answer below for remedy before getting too deep …

c# asp.net-web-api adal bearer-token autorest
Authorization with OAuth Bearer Token provided by External Web API

I'm posting this in the hope of receiving some feedback/advice and information on something I've been struggling with the …

c# model-view-controller asp.net-web-api owin bearer-token
OAuth bearer token not working

I have a minimal setup of an auth-provider, which sets claims-identity public class SimpleAuthorizationProvider : OAuthAuthorizationServerProvider { public override async Task ValidateClientAuthentication(…

c# asp.net-web-api oauth owin bearer-token