IdentityServer4 with .Net7.0. API separation in SSO by ApiScope
I have 5 clients of my identity server, I need to separate the authorization of 1 client from the others. After signin to the ClientA, I switch to the ClientB already authorized, help me solve.
It is necessary for one IdentityServer to work as two?