Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure Admin UI with an existing identity server? #1027

Open
jlean opened this issue Jan 4, 2023 · 0 comments
Open

How to configure Admin UI with an existing identity server? #1027

jlean opened this issue Jan 4, 2023 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@jlean
Copy link

jlean commented Jan 4, 2023

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?

@jlean jlean added the question Further information is requested label Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants