Closed JasonRucco closed 9 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.
Thanks so much for the response
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"