-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error: Unable resolve type IOpenIddictApplicationManager (dependency of OauthController) #871
Comments
It sounds like OAuth is disabled locally. Check the config? It's used in AuthKernel. Also why is the OAuth Controller being activated? Are you trying to use OAuth? |
I haven't touched the OAuthController code in my branch. AFAICT, it's being set up in AuthKernel.cs because I have "OpenId": {
"Enable": true
} in my I've tried setting There's also an optional IOpenIddictApplicationManager dependency in SeedingData, but I don't see SeedingData in the C# logs so I don't think that's what's causing it. But I'm not really certain of any of my conclusions just now. |
It's possible that there's an environment variable that's overriding that when running in k8s. Did you check that? |
…d due to required service in the OauthController, it's now optional and the oauth controller will throw if it's not setup. #871
Fixed. |
Fix working for me, thanks. |
After rebasing my WIP branch on top of current
develop
to fix merge conflicts, I'm getting:@hahn-kev I believe this was introduced when #847 was merged.
The text was updated successfully, but these errors were encountered: