Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
940 stars 606 forks source link

How to override/change ACS URL? #1434

Closed JasonRucco closed 4 months ago

JasonRucco commented 5 months ago

I'm currently integrating with an IDP who only supports idp initiated sso and will only initiate through an endpoint /saml/sso/post

Is there a way to change the default ACS URL from "/saml2/acs" so that i can respect the idp's request that my endpoint follow the format ".../saml/sso/post"

AndersAbel commented 5 months ago

The Saml2 part of /Saml2/Acs can be changed using ModulePath. Unfortunately the latter part is hard coded to Acs in the version 1.x and 2.x. Upcoming version 3.x will allow changing this. Version 3.x supports/requries Asp.Net Core 8 and up.

I you would be interested in commercial options for support/development it might be possible to get an early/private release of v8 for you. Please reach out to support@sustainsys.com to discuss.

JasonRucco commented 4 months ago

Thanks so much for the response