There is a lot of information and documentation available regarding how to add external identity providers such as Google, Facebook, Microsoft, etc.
Does IdentityServer4 support being the external identity provider for another for another OpenID Connect server (perhaps another IdentityServer4 instance)?
If so, how do you set this up? If my IdentityServer4 instance (Instance A) is acting as the external provider for another IdentityServer4 instance (Instance B), what kind of client do I need to setup on Instance A for Instance B?
Any documentation or samples on the subject would be extremely helpful.