We are using the Microsoft.IdentityServer.Shared.PolicyModel.Client.PolicyManager to administrate RelyingParties on our Geneva Server from remote computer. To make remote administration possible the 'administrationUrl' attribute in the Geneva Server configration file has to be set to 'https://localhost/policy', but both AdministrationConsole and PassiveFederation page require default administration endpoint 'net.pipe://localhost/policy'.
How the Geneva Server configuration file should be edited to allow both administration endpoints simultaneously?
Thanks!