Install Help Needed #242
Unanswered
stephen-cossgrove
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I've go an existing Duende Identity Server instance running. So I'm trying to get the Admin UI to work against this. I am using the following documentation page, https://github.com/skoruba/Duende.IdentityServer.Admin/blob/main/docs/Configure-Administration.md, to configure the Admin UI.
So i've done the following:
services.AddDbContexts<AdminIdentityDbContext, IdentityServerConfigurationDbContext, IdentityServerPersistedGrantDbContext, AdminLogDbContext>(HostingEnvironment, Configuration);
However there is an error with the Helper Method not being recognised. From what I am seeing it is possible that the documentation is out of date as there are a few steps where the Helper Methods seem to be not present.
Can anyone tell me what I am doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions