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

Hello, It would be nice to trigger specific exception when the Graph API Quota are reached... Today we just receive a 403 Permission error for data = self.user_data(access_token)\n File \"/usr/local/lib/python3.11/site-packages/social_core/backends/facebook.py\",...

### Expected behaviour Is it possible to use this library to implement the OAuth2 Client Credentials grant flow? I'm trying to implement this for Microsoft: https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow ### Actual behaviour N/A...

Hey, I wondering why `backend.strategy.request_data(merge=False)` for `do_auth` call? https://github.com/python-social-auth/social-core/blob/9995648160c003f804adccd542e3d773829435ab/social_core/actions.py#L12-L14 For example real world applications might use forms `POST` requests and also in form action might supply query parameters and in...

### Expected behaviour Login should complete. ### Actual behaviour Login fails to "complete", `TypeError` exception raises, server returns 500. ``` social-auth-app-django==4.0.0 social-auth-core==4.4.2 ``` ### What are the steps to reproduce...

### Expected behaviour I use the `social_core.backends.open_id_connect.OpenIdConnectAuth` Class to configure my own OP. Defining `OIDC_ENDPOINT = "https://login.helmholtz.de/oauth2"` is not sufficient to run an authentication flow. ### Actual behaviour I need...

## Proposed changes The implementation of SteamOpenId does not validate identity URL and could be impersonated by attackers. ## Types of changes Please check the type of change your PR...

Allow the user to configure a group whitelist. Any user not a member of the one or more of the whitelisted groups will not allowed to authenticate, if the social_auth.auth_allowed...

### Expected behaviour No errors while refreshing Elixir AAI tokens. ### Actual behaviour Elixir AAI tokens fail to refresh. This is not an isolated issue but seems to happen for...

Hi there, I'm new on GitHub and don't actually know how to create a pull request but I found a change that fixes the issue I had with python-social-auth (in...

### Expected behaviour I'd like to whitelist all the possible subdomains of a domain I trust. ### Actual behaviour Currently this is not possible unless I'm whitelisting all the *existing*...