Added licensing information.

This commit is contained in:
2026-02-14 21:35:02 +01:00
parent ad614777d6
commit b02dc6d165
5 changed files with 40 additions and 1 deletions

21
LICENSE Normal file
View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2026 Slawomir Koszewski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -64,3 +64,11 @@ You can publish the generated `.vsix` manually in the Visual Studio Marketplace
See `examples/azure-pipelines-smoke.yml` for a full smoke validation pipeline.
When `setGitAccessToken: true`, the task exchanges the OIDC assertion against Entra ID and requests scope `499b84ac-1321-427f-aa17-267ca6975798/.default`, then sets `GIT_ACCESS_TOKEN`.
## Author
Slawomir Koszewski
## License
MIT. See `LICENSE`.

View File

@@ -48,3 +48,11 @@ It is designed for pipelines that need ARM federation variables without storing
## Repository
https://gitea.koszewscy.waw.pl/koszewscy/ado-azurefederatedauth-task.git
## Author
Slawomir Koszewski
## License
MIT. See `LICENSE`.

View File

@@ -2,6 +2,8 @@
"name": "azure-federated-auth-task",
"version": "1.0.5",
"private": true,
"author": "Slawomir Koszewski",
"license": "MIT",
"description": "Azure DevOps task to fetch OIDC token for AzureRM service connection.",
"main": "dist/index.js",
"scripts": {

View File

@@ -6,7 +6,7 @@
"description": "Gets OIDC token and sets ARM vars (optionally GIT_ACCESS_TOKEN).",
"helpMarkDown": "For details, see: https://gitea.koszewscy.waw.pl/koszewscy/ado-azurefederatedauth-task.git",
"category": "Deploy",
"author": "skoszewski-lab",
"author": "Slawomir Koszewski",
"version": {
"Major": 1,
"Minor": 0,