Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
fixed issue in Get-WAPSubscription -Current
Browse files Browse the repository at this point in the history
  • Loading branch information
bgelens committed Sep 28, 2015
1 parent 6139f0c commit 47245aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Grant Execute On Object::mp.GetInvalidatedUserTokens to mp_TenantAPI
Get-WAPToken is capable to get the token from both the tenant auth site which comes with and is preconfigured with WAP by default and ADFS.
The function is based on the example WAP functions found in the Admin-API install directory.

Both Tenant and Admin should have the same relying party settings configured.

Examples
--------
```powershell
Expand Down
4 changes: 2 additions & 2 deletions WapTenantPublicAPI.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Ben Gelens
#
# Generated on: 21-9-2015
# Generated on: 28-9-2015
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'WapTenantPublicAPI'

# Version number of this module.
ModuleVersion = '0.0.4.1'
ModuleVersion = '0.0.4.2'

# ID used to uniquely identify this module
GUID = 'eaa28acf-4a1e-4d0e-96dd-fa36de33a658'
Expand Down
2 changes: 1 addition & 1 deletion WapTenantPublicAPI.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ function Get-WAPSubscription {
try {
if ($Current) {
Write-Output -InputObject $Subscription
break
return
}

if ($IgnoreSSL) {
Expand Down

0 comments on commit 47245aa

Please sign in to comment.