Sustainsys / Saml2

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

Increase the RelayState maximum length on Stub IdP #1207

Open stukalin opened 4 years ago

stukalin commented 4 years ago

Currently the max length of the RelayState is set to 80 symbols. I suggest increasing it to, say, 1024 in order to support longer URLs.

image

If you wish I can create a small PR for that.

AndersAbel commented 4 years ago

That should be fixed (among a bunch of other stuff with the StubIdp). The thing is that the public version at https://stubidp.sustainsys.com is currently frozen and not accepting new deploys. This is to be able to rework it in the master branch for v3 without destroying the public version. So a PR would be accepted against master. But, to get it deployed to https://stubidp.sustainsys.com is a bit more complicated.