Azure / Azure/AzureAD-BYOA-Provisioning-Samples

How to fetch bearer-token from requests?

Open
#19 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
21
Forks
23
PR merge metrics
No merged PRs in 30d

Description

Is there a way to fetch the Authorization-header in the methods for Create, Retrieve, Update and Delete?
I couldn't find any example in the code.

```csharp
public override Task CreateAsync(Resource resource, string correlationIdentifier)
{
var getToken = ???;
return Task.FromResult(CreateResource(resource));
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.