Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Shib-* server variables #1

Open
sitecorepm opened this issue Jan 28, 2020 · 0 comments
Open

Missing Shib-* server variables #1

sitecorepm opened this issue Jan 28, 2020 · 0 comments

Comments

@sitecorepm
Copy link

First thanks for the code, it helped a lot!

I was attempting to get this to work on Sitecore 7.5 with Shib SP 3.0. I managed to get Shib configured and working. The problem was that the Shib-* server variables were never available to the UserResolver pipeline processor. I know they were there because I created a simple test.aspx page to emit all server variables. They just weren't available in the pipeline.

I have since worked around this by hooking up to the Session_Start event instead where the server variables are accessible.

So my question is, how did you get this to work? What versions of Siteore/Shib were you using?

Thanks again, your code helped with a lot of the heavy lifting.. although if you could have also re-written the Shibboleth documentation that would have been great too :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant