Matthias Piepkorn

Results 3 comments of Matthias Piepkorn

Sorry, there has been no progress in implementing support for the CAS proxy flow. This is a complex feature that is not widely used, and has mostly been replaced by...

Thank you for your contribution, and sorry for the late response! Why is this change necessary? According to the [CAS protocol specification](https://apereo.github.io/cas/4.2.x/installation/Logout-Single-Signout.html#slo-requests): > The message is delivered or the redirection...

My solution was to manually create the conditional index on DB level using a migration script, and remove the `@@unique` declaration from the Prisma schema. As a conditional index is...