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

SignInKey per tenant #1308

Open
AlexAlexGoTO opened this issue Jun 26, 2024 · 0 comments
Open

SignInKey per tenant #1308

AlexAlexGoTO opened this issue Jun 26, 2024 · 0 comments

Comments

@AlexAlexGoTO
Copy link

AlexAlexGoTO commented Jun 26, 2024

Which version of Duende IdentityServer are you using?
7.0
Which version of .NET are you using?
8.0

Hello,
Some way I added tenantId column to Keys table, but how to use it during certificate validation?
We are going to use automatic key management, I'm trying to find way to add tenantId when it creates new signin key.

As I understand I need to override ISigningKeyStore but looks like I need to override lot of other places like KeyContainer, KeyCacheStore, IAutomaticKeyManagerKeyStore, KeyManager etc...

Is there any simpler way to do it? It feels like too much work.
Maybe you can recommend something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants