I maintain a set of web applications that use a centralised SSO server (Red Hat SSO / Keycloak for what it's worth). Each application has its own subdomain:
But login form is displayed in a different subdomain that's common to all apps, and you can only tell them apart from a URL parameter:
As a result, I have to pick credentials from a huge list that includes every site users, which often share the same username (my email). This is further aggravated by the fact that user and password are typed in different pages.
Setting the full login form URL in vault item does not work (I guess only domain portion is considered).
I also went to "Account Settings/ URL Rules" to add some items, but neither "Host: auth.example.net:8080" nor "Host: auth.example.net" seem to make any difference, nor does leaving "Path" empty or setting it to "/auth/realms/ADMIN/protocol/openid-connect/auth?client_id=admin", etc.
Is there an arrangement I can do so LastPass only shows matches for the app I'm signing in, or it's an unsupported scenario?