Version 3.07 of OneDriveMapperĀ has beenĀ released!
- Azure AD PassThrough SSO now supported
- Now defaults to TLS V1.2 instead of V1.0 (Powershell default)
- Auto updater and MSI updates now support changing the config ID
- Force IE auth mode on Powershell V2 or lower
- Don’t process AzureADSSO regkeys when using native mode
Get the new versionĀ here
Hi Jos,
FYI: Working with version 3.07 gives me a error when native auth mode is used. Probably has to do something with the SSL config of our ADFS farm (LB with Citrix Netscaler).
Error message details:
“ERROR | Error received from ADFS server: Exception calling “GetResponse” with “0” argument(s): “De aanvraag is afgebroken: Kan geen beveiligd SSL/TLS-kanaal maken.”
ERROR | fallback mode is enabled, and login failed. Attempting IE auth mode…”
native auth mode with version 3.06 is working fine. Will search further for a solutions myself. This FYI message is a heads up;)
Regards,
Mikkie
Hi,
We recently implemented a SSO solution and are now receiving interesting errors when attempting to run the script. Any assistant your could provide would be helpful.
Error Message as follows:
You cannot call a method on a null-valued expression.
At \sharenamesubfolderOneDriveMapperOneDriveMapper_V3.07a.ps1:1773 char:13
+ $ADFShost = $jsonRealmConfig.AuthURL.SubString(0,$jsonRea …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Method invocation failed because [System.Int32] does not contain a method named ‘IndexOf’.
At \sharenamesubfolderOneDriveMapperOneDriveMapper_V3.07a.ps1:1775 char:16
+ if($nextURL.IndexOf(“https:”) -eq -1){
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : MethodNotFound
Exception calling “Create” with “1” argument(s): “Invalid URI: The format of the URI could not be determined.”
At \sharenamesubfolderOneDriveMapperOneDriveMapper_V3.07a.ps1:321 char:13
+ $request = [System.Net.WebRequest]::Create($url)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UriFormatException
Thanks,
Alex