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

## Proposed changes - Generate UserSocialAuth with `permanent_id` in [Qiita](https://qiita.com/) backend. - Currently Qiita backend identifies UserSocialAuth by `id`, but this value can be changed by renaming the account name....

## Proposed changes This adds a new backend for Facebook Limited Login This is a new login method for Facebook which uses OpenID Connect and doesn't have the ability to...

### Expected behaviour Use Azure objectId as identifier. ### Actual behaviour UPN is used as user identifier [1]. ### What are the steps to reproduce this issue? Use Azure AD...

Coming from https://github.com/WeblateOrg/weblate/issues/7911 ### Expected behaviour After successful login and redirect to the application's specified redirect uri, I expect to be logged in without any error message. ### Actual behaviour...

## Proposed changes Using login.microsoftonline.com for Azure AD B2C has been deprecated and it will be removed later this year. See [Deprecation notice](https://docs.microsoft.com/en-us/azure/active-directory-b2c/b2clogin). Even though login.microsoftonline.com is still being supported...

Highlighted in #428, but I think this has been raised up before, many community members are worried that PSA appears to have only 1 active maintainer, namely @omab who is...

pinned

### Expected behaviour Using azuread with customs signed keys should work. ### Actual behaviour Using azuread with self signed keys the standard `https://login.microsoftonline.com/{tenant}/discovery/v2.0/keys` is loaded and not `https://login.microsoftonline.com/{tenant}/discovery/v2.0/keys?appid={appid}` resulting in...

### Expected behaviour Use a single python JWT library. ### Actual behaviour As of now this package relies upon two different JWT python lirbaries: - `PyJWT`, declared in `requirements-base` file,...

### Expected behaviour Hi there, I've been making apple login backend server by using social-core package. and when I run login view I got error like `TypeError: __init__() missing 1...

Fixes #678. ## Proposed changes As described in #678 , when the SAML backend supplies a `fullname`, it's desirable for my Django user to have `first_name` and `last_name` set. This...