social-core icon indicating copy to clipboard operation
social-core copied to clipboard

Python Social Auth - Core

Results 101 social-core issues
Sort by recently updated
recently updated
newest added

### Expected behaviour Redirect to login to facebook screen ### Actual behaviour Error 500 in URL /social-auth/login/facebook/ ### What are the steps to reproduce this issue? Click on the login...

### Expected behaviour ### Actual behaviour ### What are the steps to reproduce this issue? ### Any logs, error output, etc? ![image](https://user-images.githubusercontent.com/92743314/219686338-af052f36-b5ee-4a45-a731-bba7ad0469b5.png) ![image](https://user-images.githubusercontent.com/92743314/219685941-e84ce4cf-acba-4453-b9e8-e9bfc1e76316.png) ### Any other comments? Azure gave the...

[According to the Microsoft docs](https://learn.microsoft.com/en-us/troubleshoot/azure/active-directory/error-code-aadsts50020-user-account-identity-provider-does-not-exist?msclkid=ce865af7cc3f11ecb681eb3c54ebc1e1#solution-use-the-correct-sign-in-url), Multitenant applications are to be redirected to `https://login.microsoftonline.com/organizations`. Since I'm using `social_core.backends.azuread.AzureADOAuth2`, the user is redirected to `https://login.microsoftonline.com/common` (https://github.com/python-social-auth/social-core/blob/master/social_core/backends/azuread.py#L43). Thing is, `common` is for Multitenant...

Issue: https://github.com/python-social-auth/social-core/issues/745 ## Proposed changes Adds a new settings ALLOW_INACTIVE_USERS_LOGIN and then check this setting on the on_complete method before the utils.user_is_active check. ## Types of changes Please check the...

### Expected behaviour We should have a setting to allow inactive users to login normally on `do_complete` method. ### Actual behaviour The `do_complete` method checks `user.is_active` regardless the project allows...

According to the RFC (https://tools.ietf.org/html/rfc6749#section-3.2) the client MUST use POST method when making access token requests. The default value for ACCESS_TOKEN_METHOD conflicts with this (at least with OAUTH2). https://github.com/python-social-auth/social-core/blob/563d0e5e97e9c5e6289609d09d2e7bf7c2f3165d/social_core/backends/oauth.py#L31

stale

It's been a while since ticket #224 was submitted, and now it looks like webauthn is taking the web by storm. It looks like the standard has been finalized, so...

### Expected behaviour The flow goes through ### Actual behaviour Authentication page returns an error ### What are the steps to reproduce this issue? Create an azure active directory app...

### Expected behaviour Add SSO OAuth 2.0 support for [clever](https://clever.com/products/sso)

### Expected behaviour User can login with Linkedin using OAuth2 ### Actual behaviour Got an error due Linkedin scopes ### What are the steps to reproduce this issue? 1. Setup...