Library for creating authentication tokens for agents using Microsoft Agent SDK
$ dotnet add package Microsoft.Agents.AuthenticationDefines core Authentication and token retrieval functionality.
| Version | Date | Changelog |
|---|---|---|
| 1.2.0 | 2025-08-19 | Detailed Changelog |
| 1.3.0 | 2025-10-22 | Detailed Changelog |
"Connections": {
"ServiceConnection": {
"Assembly": "{{provider-assembly-name}}",
"Type": "{{provider-type-name}}",
"Settings": {
{{provider-specific-settings}}
}
}
}
Note that provider type loading only works if the provider package has been added as a dependency in your project.