In using IdentityServer4 as an API, I want the API to sense which client is trying to authenticate using the API, and then accordingly change some of the CSS for a more personalized experience when logging in. Is there a simple way to accomplish this?
Thanks!