Skip to content

v0.2.49

Compare
Choose a tag to compare
@pspete pspete released this 18 Feb 21:36
· 4 commits to main since this release

IdentityCommand v0.2.49

[0.2 - Update 1] - 2024-02-18

Added

  • N/A

Changed

  • New-IDSession
    • Adds Authorization header with Bearer token to WebSession object.
  • New-IDPlatformToken
    • Adds Authorization header with Bearer token to WebSession object.
    • Updates values in script scope object in-line with the previous module update.
  • Internal Functions & Error Handling
    • Adds additional logic to handle error messages from Identity and other ISPSS services.
    • Adds LastError details to script scope variable object returned with Get-IDSession.
    • Makes contentType matching less stringent to accommodate data returned from other ISPSS services.

Fixed

  • New-IDPlatformToken
    • Updated GetWebSession method to utilise Get-IDSession in order to return the WebSession object from the module's script scope.