-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68c0808
commit a69c050
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |