skoruba/IdentityServer4.Admin

How to configure Admin UI with an existing identity server?

jlean opened this issue · 0 comments

jlean commented

Hi, and thanks for the work you guys are doing with this!

I have a few questions in regards to the configuration with the Admin UI using an existing identity server, I am using the dotnet template to generate my solution, I already read the documentation here, however it seams to imply that I need both apps running, Skoruba.IdentityServer4.Admin and Skoruba.IdentityServer4.STS.Identity, in any case I would like to be able to just run Skoruba.IdentityServer4.Admin, and configure it to use my current identity server just like this:

"AdminConfiguration": {
	"IdentityServerBaseUrl": "https://{existing-identityserver-url}"
}

The issue that I have with this approach is that my identity server has an integration with azure ad b2c, and I have to set the acr_values parameter to a certain value, but I don’t see a way on how to achieve this. So, taking into account that I’m using the template to generate my solution, which means that most of the projects in the Skoruba/IdentityServer4.Admin solution are imported as nugget packages.

Questions

  • Is it possible to configure Skoruba.IdentityServer4.Admin app with an existing identity server, without using Skoruba.IdentityServer4.STS.Identity, and how can I do it?

  • How can I set the acr_values parameter so that it’s taken into account when the redirect to the identity provider happens?