Our table names use the database.prefix setting to make them unique. Our other constraints use these unique DB table names to make the constraint names unique. PK_ALLOWED_ORIGIN doesn't use this. I have two test idps using the same database, and this prevents them from both using oidc.
It should use $this->generateIdentifierName like the other constraint names.
Our table names use the database.prefix setting to make them unique. Our other constraints use these unique DB table names to make the constraint names unique. PK_ALLOWED_ORIGIN doesn't use this. I have two test idps using the same database, and this prevents them from both using oidc.
It should use
$this->generateIdentifierName
like the other constraint names.