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 A second login through the AzureADOAuth2 backend with the same e-mail address should work. ### Actual behaviour Getting an exception on second social login with the same...

Originally, fullname was set to `response['person']['name']`, which in ORCID is a large json object. Everywhere else, fullname is assumed to be a string. It cannot be used directly as a...

Hey, I'm trying to use OAuth2 with VK in django and add a variable 'display_name' to extra_data by using the value of 'screen_name'. So I set the following in my...

### Expected behaviour The keycloak backend for authentication should be able to at least extract the realm public key automatically as that is subject to change during key rotation. The...

### Expected behaviour When using a custom authorization server, with OktaOpenIdConnect, the proper openid-configuration URL should be generated. ### Actual behaviour Okta OpenID Connect has two different URLs for the...

### Expected behaviour When IDP initiated Single Sign On or Single Log Out request comes to SP, make RelayState optional or allow to set default IDP info. Describe what should...

### Expected behaviour The request to .well-known/jwks.json always returns the same static file (as long as auth0 doesn't change the private keys on their side which should be a very...

As Python-social-auth library supports many backends, would be great if it can support also authentication with OneLogin.

To fully utilize https://github.com/python-social-auth/social-core/pull/643 or https://github.com/python-social-auth/social-core/pull/644 we need a pre-commit.ci service enabled. See https://pre-commit.ci/ for more details why it is better to run it there instead of using GitHub Actions....