parent
7f9fce3110
commit
034c5d7f8a
|
@ -41,7 +41,7 @@ public void ConfigureServices(IServiceCollection services)
|
|||
}
|
||||
```
|
||||
|
||||
If the web app is running as an Azure service, authentication tokens can be automatically created using [ Microsoft.Azure.Services.AppAuthentication](https://www.nuget.org/packages/Microsoft.Azure.Services.AppAuthentication/).
|
||||
If the web app is running as an Azure service, authentication tokens can be automatically created using [Microsoft.Azure.Services.AppAuthentication](https://www.nuget.org/packages/Microsoft.Azure.Services.AppAuthentication/).
|
||||
|
||||
```csharp
|
||||
var tokenProvider = new AzureServiceTokenProvider();
|
||||
|
|
Loading…
Reference in New Issue