Replies: 3 comments 4 replies
-
Have you added OIDC under the https://docs.inventree.org/en/stable/settings/SSO/?h=sso#configuration-file |
Beta Was this translation helpful? Give feedback.
1 reply
-
Related issue: #6037 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Inventree uses the library in version 0.54 whereas openid_connect was introduced in 0.56. |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
My main question is how
social_providers
inconfig.yml
gets sent toSOCIALACCOUNT_PROVIDERS
in djago-allauth.I'm trying to pass specific settings to my OpenID Connect social backend, following the documentation from InvenTree and django-allauth.
But I'm unable to get my OpenID Connect social application to appear in the InvenTree Admin panel or on the login screen. Microsoft Graph is shows up in the Admin panel and login screen. So far I've tried the following
config.yml
settings:and
and
Any guidance on how to get OIDC setup would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions