<html><head>
<style id="signatureStyle"><!--#xa88910b326084b0 p.MsoNormal
{margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;}
#xa88910b326084b0 a:link
{color: blue; text-decoration: underline;}
#xa88910b326084b0 a:visited
{color: rgb(149, 79, 114); text-decoration: underline;}
#xa88910b326084b0 div.WordSection1
{page: WordSection1;}
--></style>
<style id="css_styles">
blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
a img { border: 0px; }
li[style='text-align: center;'], li[style='text-align: center; '], li[style='text-align: right;'], li[style='text-align: right; '] { list-style-position: inside;}
body { font-family: Calibri; font-size: 11pt; }
.quote { margin-left: 1em; margin-right: 1em; border-left: 5px #ebebeb solid; padding-left: 0.3em; }
</style>
</head>
<body><div><p style="margin-top: 0px; margin-right: 0px; margin-left: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(35, 38, 41);">First post - apologies in advance if I'm violating any norms.</p><p style="margin-top: 0px; margin-right: 0px; margin-left: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(35, 38, 41);">I'm using Shibboleth SP 3.2.3 on Windows Server 2019 with IIS. It has been in production for quite a long time and working fine. I noticed at some point that it was protecting a path that shouldn't be protected so I added a rule for it like so:</p><pre style="margin-top: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; overflow-wrap: normal;"><code style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-stretch:inherit;line-height:inherit;font-family:var(=-ff-mono);font-size:var(=-fs-body1);vertical-align:baseline;box-sizing:inherit;background-color:transparent;white-space:inherit;color:var(=-black-800);border-radius:0px;"><Host name="xx.xxxxx.com" authType="shibboleth" requireSession="true">
<Path name="api" authType="shibboleth" requireSession="false"/>
<Path name="images" authType="shibboleth" requireSession="false"/>
<Path name="Framework/EmailSimple.aspx" authType="shibboleth" requireSession="false"/>
<Path name="Framework/Help.aspx" authType="shibboleth" requireSession="false"/>
</Host>
</code></pre><p style="margin-top: 0px; margin-right: 0px; margin-left: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(35, 38, 41);">It's the "EmailSimple.aspx" that I wanted to unprotect. But it turns out that there are several pages that all begin "Email" that also shouldn't be protected, so I decided to try to use PathRegex to cover them all like so:</p><pre style="margin-top: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; overflow-wrap: normal;"><code style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-stretch:inherit;line-height:inherit;font-family:var(=-ff-mono);font-size:var(=-fs-body1);vertical-align:baseline;box-sizing:inherit;background-color:transparent;white-space:inherit;color:var(=-black-800);border-radius:0px;"><Host name="xx.xxxxx.com" authType="shibboleth" requireSession="true">
<Path name="api" authType="shibboleth" requireSession="false"/>
<Path name="images" authType="shibboleth" requireSession="false"/>
<Path name="Framework/EmailSimple.aspx" authType="shibboleth" requireSession="false"/>
<PathRegex regex="framework/email.*.aspx" authType="shibboleth" requireSession="false" />
<Path name="Framework/Help.aspx" authType="shibboleth" requireSession="false"/>
</Host>
</code></pre><p style="margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(35, 38, 41);">I've tried every variation of this I can imagine, but I haven't gotten anything to work. Any ideas of what I might be doing wrong or how to go about debugging it?</p><p style="margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(35, 38, 41);"><br /></p><p style="margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(35, 38, 41);">kd</p></div>
</body></html>