In Identityserver3 there was the SignInMessage that was created in the AuthorizeInteractionResponseGenerator
. But in IdentityServer4 there is no SignInMessage passed to my Login action.
So how do I pass through the ui_locales that is given in the authorize call?