PSoAuth
0.0.3
Apteco PS Modules - PowerShell oAuth
Support of oAuth v2 in PowerShell! This module allows the oAuth flow to create your first api token for Microsoft Dynamics, Salesforce, CleverReach and much more...
We support redirect urls to local urls `http://localhost:54321` and app urls (handled via registry) `apttoken://localhost`. The local url is instantly starting up a
Support of oAuth v2 in PowerShell! This module allows the oAuth flow to create your first api token for Microsoft Dynamics, Salesforce, CleverReach and much more...
We support redirect urls to local urls `http://localhost:54321` and app urls (handled via registry) `apttoken://localhost`. The local url is instantly starting up a
Apteco PS Modules - PowerShell oAuth
Support of oAuth v2 in PowerShell! This module allows the oAuth flow to create your first api token for Microsoft Dynamics, Salesforce, CleverReach and much more...
We support redirect urls to local urls `http://localhost:54321` and app urls (handled via registry) `apttoken://localhost`. The local url is instantly starting up a
basic webserver on the port you have defined. This module can be used for debugging or server2server communication. Here you can see the two methods than can be used:
Show more
Support of oAuth v2 in PowerShell! This module allows the oAuth flow to create your first api token for Microsoft Dynamics, Salesforce, CleverReach and much more...
We support redirect urls to local urls `http://localhost:54321` and app urls (handled via registry) `apttoken://localhost`. The local url is instantly starting up a
basic webserver on the port you have defined. This module can be used for debugging or server2server communication. Here you can see the two methods than can be used:
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2023 Apteco GmbH. All rights reserved.
Package Details
Author(s)
- florian.von.bracht@apteco.de
Tags
Functions
Request-OAuthApp Request-OAuthLocalhost Request-TokenRefresh
PSEditions
Dependencies
This module has no dependencies.
Release Notes
0.0.3 Fix for using a wrong variable in re-saving the token
Added description for this module
0.0.2 Allow custom payload to be saved in the settings json file
Fix of saving the boolean switch parameter SaveSeparateTokenFile
0.0.1 Initial release of PSOAuth supporting app and localhost methods
FileList
- PSoAuth.nuspec
- PSoAuth.psm1
- bin\callback.ps1
- bin\dependencies.ps1
- Public\Request-OAuthApp.ps1
- Public\Request-OAuthLocalhost.ps1
- Public\Request-TokenRefresh.ps1
- Public\Setup\Install-PSOAuth.ps1
- PSoAuth.psd1