jitbit / AspNetSaml

Very simple SAML 2.0 consumer module for ASP.NET/C#

Home Page:https://www.jitbit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACS URL is ignored by IdP

chtenb opened this issue · comments

All IdPs I've come across so far require a hardconfigured ACS URL to be set in the IdP setup.
The ACS passed in the Authentication request by seems to be completely ignored. Is this expected behavior, or is something wrong?

From my experience some IdPs do support the passed URL. Like OneLogin for instance. Some support it when you modify it slightly (like add a directory to http://hostname/ making it http://hostname/directory). Microsoft ignores everything completely. It depends.