-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed code to leverage UPN and improved the XDPing function.
- Loading branch information
Showing
26 changed files
with
7,784 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- | ||
Version 1.3 | ||
Version 1.4 | ||
Written by Jeremy Saunders ([email protected]) 13th June 2020 | ||
Modified by Jeremy Saunders ([email protected]) 3rd July 2021 | ||
Modified by Jeremy Saunders ([email protected]) 1st June 2022 | ||
If data in any of the elements, such as the ClientSecret tag, uses specical characters, it will | ||
generate an exception when the XML file is read as it's considered invalid. For example, the '&' | ||
|
@@ -23,6 +23,7 @@ Invalid character Replace with | |
<DeliveryControllers>apaccxc01.jhouseconsulting.com,apaccxc02.jhouseconsulting.com</DeliveryControllers> | ||
<Port>80</Port> | ||
<Default></Default> | ||
<UseUPN>false</UseUPN> | ||
<IncludeDeliveryGroups></IncludeDeliveryGroups> | ||
<ExcludeDeliveryGroups></ExcludeDeliveryGroups> | ||
<ProfileType>CloudAPI</ProfileType> | ||
|
@@ -36,6 +37,7 @@ Invalid character Replace with | |
<DeliveryControllers>percxd01.jhouseconsulting.com,percxd02.jhouseconsulting.com</DeliveryControllers> | ||
<Port>80</Port> | ||
<Default></Default> | ||
<UseUPN>false</UseUPN> | ||
<IncludeDeliveryGroups></IncludeDeliveryGroups> | ||
<ExcludeDeliveryGroups></ExcludeDeliveryGroups> | ||
<ProfileType>OnPrem</ProfileType> | ||
|
@@ -49,6 +51,7 @@ Invalid character Replace with | |
<DeliveryControllers>sydcxd01.jhouseconsulting.com,sydcxd02.jhouseconsulting.com</DeliveryControllers> | ||
<Port>80</Port> | ||
<Default></Default> | ||
<UseUPN>false</UseUPN> | ||
<IncludeDeliveryGroups></IncludeDeliveryGroups> | ||
<ExcludeDeliveryGroups></ExcludeDeliveryGroups> | ||
<ProfileType>OnPrem</ProfileType> | ||
|
@@ -62,6 +65,7 @@ Invalid character Replace with | |
<DeliveryControllers>melcxd01.jhouseconsulting.com,melcxd02.jhouseconsulting.com</DeliveryControllers> | ||
<Port>80</Port> | ||
<Default></Default> | ||
<UseUPN>false</UseUPN> | ||
<IncludeDeliveryGroups></IncludeDeliveryGroups> | ||
<ExcludeDeliveryGroups></ExcludeDeliveryGroups> | ||
<ProfileType>OnPrem</ProfileType> | ||
|
28 changes: 24 additions & 4 deletions
28
SelfServiceSessionReset/App_Data/SelfServiceSessionReset.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.