Azure / Azure/AzureAD-BYOA-Provisioning-Samples
How to fetch bearer-token from requests?
Open
- 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.