Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
My configuration : Windows 2012 Server IIs 8.5 Umbracco 7.11.1 (Nugets) Shibboleth SP Version 3.0.2
I use Shibboleth in the part not Umbracco to my web application.
I can not access to https://mysite/shibboleth.sso/.... especially on the page https://mysite/Shibboleth.sso/Metadata. I have a 404 http error.
Umbracco mask Shibboleth. If I remove in web.config It's ok for my Shibboleth url but not for Umbraco.
Can you help me. Thank you
Best regards
Arnaud
If I understand correctly, you would need to make an exception so that Umbraco's routing doesn't pick up that URL, you should be able to simply add it in your web.config in the umbracoReservedPaths setting:
umbracoReservedPaths
<add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/shibboleth.sso" />
Thank you for this quick response. It's perfect.
Have a good day
Was someone doing an authentication on UMBRACO via Shibboleth?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbracco mask Shibboleth
Hi,
My configuration : Windows 2012 Server IIs 8.5 Umbracco 7.11.1 (Nugets) Shibboleth SP Version 3.0.2
I use Shibboleth in the part not Umbracco to my web application.
I can not access to https://mysite/shibboleth.sso/.... especially on the page https://mysite/Shibboleth.sso/Metadata. I have a 404 http error.
Umbracco mask Shibboleth. If I remove in web.config It's ok for my Shibboleth url but not for Umbraco.
Can you help me. Thank you
Best regards
Arnaud
If I understand correctly, you would need to make an exception so that Umbraco's routing doesn't pick up that URL, you should be able to simply add it in your web.config in the
umbracoReservedPaths
setting:Thank you for this quick response. It's perfect.
Have a good day
Arnaud
Was someone doing an authentication on UMBRACO via Shibboleth?
is working on a reply...