-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
Installing the "openidconnect" extra fails #895
Comments
There are no extras needed for that since 013d27d, so it's an outdated documentation. |
cardoe
added a commit
to cardoe/nautobot
that referenced
this issue
Apr 24, 2024
Since 4.5.0 of social-auth-core it has not had an extras of 'openidconnect' so drop it from the dependencies. see python-social-auth/social-core#895 fixes nautobot#5565
7 tasks
cardoe
added a commit
to cardoe/nautobot
that referenced
this issue
Apr 24, 2024
Since 4.5.0 of social-auth-core it has not had an extras of 'openidconnect' so drop it from the dependencies. see python-social-auth/social-core#895 fixes nautobot#5565 Signed-off-by: Doug Goldstein <[email protected]>
cardoe
added a commit
to cardoe/nautobot
that referenced
this issue
Apr 24, 2024
Since 4.5.0 of social-auth-core it has not had an extras of 'openidconnect' so drop it from the dependencies. see python-social-auth/social-core#895 fixes nautobot#5565 Signed-off-by: Doug Goldstein <[email protected]>
cardoe
added a commit
to cardoe/nautobot
that referenced
this issue
Apr 25, 2024
Since 4.5.0 of social-auth-core it has not had an extras of 'openidconnect' so drop it from the dependencies. see python-social-auth/social-core#895 fixes nautobot#5565 Signed-off-by: Doug Goldstein <[email protected]>
glennmatthews
added a commit
to nautobot/nautobot
that referenced
this issue
Apr 25, 2024
Since 4.5.0 of social-auth-core it has not had an extras of 'openidconnect' so drop it from the dependencies. see python-social-auth/social-core#895 fixes #5565 Signed-off-by: Doug Goldstein <[email protected]> Co-authored-by: Glenn Matthews <[email protected]>
edwardtheharris
pushed a commit
to edwardtheharris/nautobot
that referenced
this issue
Jul 15, 2024
Since 4.5.0 of social-auth-core it has not had an extras of 'openidconnect' so drop it from the dependencies. see python-social-auth/social-core#895 fixes nautobot#5565 Signed-off-by: Doug Goldstein <[email protected]> Co-authored-by: Glenn Matthews <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am attempting to set up OpenIDC auth for my Django project using python-social-auth and social-auth-app-django.
I've followed the instructions found here in the installation docs, which instruct me to install the
openidconnect
extras for OpenIDC authentication to work:Expected behaviour
The packages should be installed without errors or warnings.
Actual behaviour
When attempting to install the extras, I get the following warning with nothing getting installed:
What are the steps to reproduce this issue?
Input clear steps to reproduce the issue for a maintainer.
pip install social-auth-app-django==5.4.0
pip install "social-auth-core[openidconnect]"
Any logs, error output, etc?
Full log of the pip installs:
Any other comments?
I haven't ventured beyond the install failing so I'm not sure if this is just a case of outdated documentation, or if using OpenID Connect in fact fails with this extra install not working. I thought I should raise the issue in any case.
The text was updated successfully, but these errors were encountered: