PSoAuth
0.0.6
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
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.6 Support of scope and state payload for oAuth v2 flow
0.0.5 New Switch flag to save the payload of the second call
More documentation for the app and localhost functions
New PSCustomObject that can be saved in the settings json file, so it can be used for token refreshment
0.0.4 Fix for setting the logfile in the main modules process -> this could interrupt when launched from .net in a non-writeable folder like System32
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
- Public\Request-OAuthLocalhost.ps1
- Public\Request-TokenRefresh.ps1
- Public\Setup\Install-PSOAuth.ps1
- PSOAuth.psm1
- bin\callback.ps1
- bin\dependencies.ps1
- Public\Request-OAuthApp.ps1
- PSOAuth.psd1