How to implement OpenIddict validation per tenant ? #930
jpsalleras
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Hi, it should be possible. Take a look at OpenIddictValidationBuilder source and you'll see the methods like So in your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cant find the way to resolve this, i need to implement openididct validation instropection per tenant. It's posible ?
`services.AddOpenIddict()
.AddValidation(options =>
{
Beta Was this translation helpful? Give feedback.
All reactions