<div dir="ltr"><div dir="ltr"><div>I decided to try to move forward since I have the IdP setup, so I am trying to setup an LDAP server and get it setup to work with the IdP. <br></div><div><br></div><div>So I stood up an OpenDJ LDAP server and confirmed that the LDAP server is working, then I modified the /opt/shibboleth-idp/conf/ldap.conf with the info for the LDAP server.</div><div><br></div><div>Then I bounced the Tomcat server and tried to test to <a href="http://10.0.0.58:8080/idp/profile/Status">http://10.0.0.58:8080/idp/profile/Status</a>, but when I do that I am getting an error appearing in the response page:</div><div><br></div><div>
<h1 style="margin:0px 0px 1em;padding:0px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-weight:700;font-stretch:inherit;font-size:1.5rem;line-height:1.75rem;font-family:"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size-adjust:inherit;font-kerning:inherit;font-feature-settings:inherit;vertical-align:baseline;box-sizing:border-box;background:rgb(255,255,255) left top no-repeat;border:0px;outline:0px;color:rgb(50,66,74);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;white-space:normal;text-decoration-style:initial;text-decoration-color:initial">Web Login Service - Error</h1><p style="margin:0px;padding:0px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-weight:400;font-stretch:inherit;font-size:16px;line-height:inherit;font-family:"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size-adjust:inherit;font-kerning:inherit;font-feature-settings:inherit;vertical-align:baseline;box-sizing:border-box;background:rgb(255,255,255) left top no-repeat;border:0px;outline:0px;color:rgb(50,66,74);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;white-space:normal;text-decoration-style:initial;text-decoration-color:initial">An error occurred: NoHandlerFoundException</p>
</div><div><br></div><div>I checked the ../logs/idp-process.log<br></div><div><br></div><div>and there is this log entry:</div><div><br></div><div>2025-03-25 22:41:24,507 - 10.0.0.47 - ERROR [org.springframework.web.servlet.NoHandlerFoundException:144] -<br>org.springframework.web.servlet.NoHandlerFoundException: No endpoint GET /idp/profile/Status.<br> at org.springframework.web.servlet.DispatcherServlet.noHandlerFound(DispatcherServlet.java:1304)<br></div><div><br></div><div>Does anyone know what might be causing this?</div><div><br></div><div>Thanks,</div><div>Jim</div><div><br></div><div><br></div></div><div id="m_5604498872031863413DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br><table style="border-top:1px solid #d3d4de"><tbody><tr><td style="width:55px;padding-top:13px"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail" target="_blank"><img src="https://s-install.avcdn.net/ipm/preview/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width:46px;height:29px"></a></td><td style="width:470px;padding-top:12px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">Virus-free.<a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail" style="color:#4453ea" target="_blank">www.avast.com</a></td></tr></tbody></table><a href="#m_5604498872031863413_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 25, 2025 at 12:53 PM Cantor, Scott via users <<a href="mailto:users@shibboleth.net" target="_blank">users@shibboleth.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Please stay on list.<br>
<br>
> Hi Scott, I know that this is repeating my question<br>
<br>
And I will repeat the answer. The Shibboleth IdP supports most of the behavior in the document because it is quite configurable and it's in Java so much easier to extend where necessary. Any code supporting attribute queries compliantly will work with the IdP.<br>
<br>
The minor exception is we don't support the metadata extension that I designed at the time because our use cases never required it, the supported metadata role for an entity issuing queries is just SPSSODescriptor.<br>
<br>
The SP does not support any of that material because that's not what it's for, it's an Apache/IIS module for supporting Browser SSO and ECP, and only supports queries in the context of SSO, not stand alone.<br>
<br>
-- Scott<br>
<br>
<br>
-- <br>
For Consortium Member technical support, see <a href="https://shibboleth.atlassian.net/wiki/x/ZYEpPw" rel="noreferrer" target="_blank">https://shibboleth.atlassian.net/wiki/x/ZYEpPw</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a><br>
</blockquote></div>