TheIdentitySelector / thiss-js

The identity selector software source
Other
13 stars 22 forks source link

Support running the ds on a path other then / #250

Open theseal opened 1 year ago

theseal commented 1 year ago

In some circumstances we have the need to run the discovery service on another path then / e.g /test/.

In order to get this to work I think BASEURL needs to be split up to not include the URI and publicPath configurable to contain the URL. My attempts to fix this failed probably due to lack of knowledge in webpack.