Configuration SSO with Azure AD #8448
-
Hi community, I want to configure my fresh inventree installation with Azure AD SSO. I read the documentation and add the line in my .env file : social_backends: But when i connect to admin console, I can't add any Provider ! Thanks for your help |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
The admin console in InvenTree, you mean? Can you please provide some screenshots showing what you are trying to do |
Beta Was this translation helpful? Give feedback.
-
Hello, Yes it is since the inventree admin console |
Beta Was this translation helpful? Give feedback.
-
Firstly, this should be in your From the docs page the format (in your social_backends:
- allauth.socialaccount.providers.microsoft If you look at the default configuration file it has it already setup (except it is commented out) |
Beta Was this translation helpful? Give feedback.
-
Hello, I have this error now : validating /etc/inventree/docker-compose.yml: (root) Additional property social_backends is not allowed |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
I have another problem yet. It seems that the CallbackUri that I have configured on the tenant is not the good. I have this error: |
Beta Was this translation helpful? Give feedback.
Firstly, this should be in your
config.yaml
file (not the.env
file). And secondly the format is wrong.From the docs page the format (in your
config.yaml
file) should look like this:If you look at the default configuration file it has it already setup (except it is commented out)