Its up to the RP to decide what content to display to the person. One strategy can be to filter based on a user claim. Take a look at
[mod_auth_oidc](https://github.com/pingidentity/mod_auth_openidc) ... how they use the `Require claim` syntax.
Also, although you have SSO across all the websites, remember that the scopes released to each client could be different.