Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Arnaud H 3 posts 93 karma points
    Sep 02, 2018 @ 09:31
    Arnaud H
    0

    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

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Sep 02, 2018 @ 09:43
    Sebastiaan Janssen
    100

    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:

    <add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/shibboleth.sso" />
    
  • Arnaud H 3 posts 93 karma points
    Sep 02, 2018 @ 09:51
    Arnaud H
    0

    Thank you for this quick response. It's perfect.

    Have a good day

    Arnaud

  • Saa Koo 1 post 71 karma points
    Mar 26, 2019 @ 12:41
    Saa Koo
    0

    Was someone doing an authentication on UMBRACO via Shibboleth?

Please Sign in or register to post replies

Write your reply to:

Draft