From a69c050869481c8b53851a797f04bf74ea342cce Mon Sep 17 00:00:00 2001 From: Christian Gessner Date: Sat, 7 Sep 2024 15:14:22 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9193d5..d906cf6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# powerAps -Autodesk Platform Services (APS) Authentication with PowerShell +# powerAPS + +[![Windows](https://img.shields.io/badge/Platform-Windows-lightgray.svg)](https://www.microsoft.com/en-us/windows/) +[![PowerShell](https://img.shields.io/badge/PowerShell-5.1-blue.svg)](https://microsoft.com/PowerShell/) +[![Autodesk Platform Services](https://img.shields.io/badge/Autodesk%20APS%20Authentication-V2-yellow.svg)](https://aps.autodesk.com/) + +## Disclaimer + +THE SAMPLE CODE ON THIS REPOSITORY IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. + +THE USAGE OF THIS SAMPLE IS AT YOUR OWN RISK AND **THERE IS NO SUPPORT** RELATED TO IT. + +## Description +PowerShell cmdlets for Autodesk Platform Services (APS) Authentication. + +Supports 2-legged and 3-legged OAuth authentication incl. PKCE. Provides UI for 3-legged user authentication in Vault Client Extensions and UI-free authentication in Vault Jobs.