Question Regarding Shibboleth and ASP.NET Core Integration
Rod Widdowson
rdw at steadingsoftware.com
Wed Aug 30 04:14:32 EDT 2017
> OK. Thank you guys.
>
> Frustrating. Well, if I can figure something out to secure our .NET Core application using Shibboleth, I'll post back here.
I did some brief further research and what you need is "middleware" [1]. If you go down this path with any success I know that this
developer and probably the wider community would be interested in what you discover, so please report back.
You might also want to look at the Native IIS 7 connector [2]. This is not ready for prime time (coming in SP V3) so only test on a
dev platform, but it might be that having the attributes available as server variables makes your life easier, as might having a
real IPrincipal to work with. And if you get to be very lucky you might be able to make Roles Based AuthZ work for you.
[1] https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware
[2] https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPIIS7Config
Good luck !
Rod
More information about the users
mailing list