I\'m trying to implement an IdentityServer that handles an SSO for a multitenant application. Our system will have only one IdentityServer4 instance to handle the authentication
if you haven't figure out yet, here is the solution
private readonly IIdentityServerInteractionService _interaction; var context = await _interaction.GetAuthorizationContextAsync(model.ReturnUrl); var tenant = context.Tenant;