Skip to content

Commit

Permalink
Changed code to leverage UPN and improved the XDPing function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyts committed Jun 1, 2022
1 parent 83afa83 commit 59da5ce
Show file tree
Hide file tree
Showing 26 changed files with 7,784 additions and 369 deletions.
8 changes: 6 additions & 2 deletions SelfServiceSessionReset/App_Data/CtxSites.xml
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 '&'
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
28 changes: 24 additions & 4 deletions SelfServiceSessionReset/App_Data/SelfServiceSessionReset.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 59da5ce

Please sign in to comment.