Skip to content

[OIDC] Add configuration options for the names of claims: first_name, last_n…#1683

Merged
nijel merged 1 commit intopython-social-auth:masterfrom
nick-a-meyer:master
Apr 24, 2026
Merged

[OIDC] Add configuration options for the names of claims: first_name, last_n…#1683
nijel merged 1 commit intopython-social-auth:masterfrom
nick-a-meyer:master

Conversation

@nick-a-meyer
Copy link
Copy Markdown

Adding support for custom user first_name, last_name, fullname, and email claim names in the OIDC backend.

@nick-a-meyer nick-a-meyer marked this pull request as ready for review April 23, 2026 02:03
@nijel
Copy link
Copy Markdown
Member

nijel commented Apr 23, 2026

Thanks for the pull request, can you please also document these in https://github.com/python-social-auth/social-docs?

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.25%. Comparing base (d902fab) to head (b08c52e).
⚠️ Report is 12 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1683      +/-   ##
==========================================
+ Coverage   79.23%   79.25%   +0.01%     
==========================================
  Files         354      354              
  Lines       11787    11795       +8     
  Branches      543      543              
==========================================
+ Hits         9340     9348       +8     
  Misses       2261     2261              
  Partials      186      186              
Flag Coverage Δ
unittests 79.25% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

nick-a-meyer pushed a commit to nick-a-meyer/social-docs that referenced this pull request Apr 23, 2026
…: first_name, last_name, fullname, and email

Documentation for added support for custom user first_name, last_name, fullname, and email claim names in the OIDC backend.

Corresponds with code changes made in python-social-auth/social-core#1683
@nick-a-meyer
Copy link
Copy Markdown
Author

Thank you for the pointer and review @nijel.

I have created a corresponding social-docs PR, python-social-auth/social-docs#428.

@nijel nijel self-assigned this Apr 24, 2026
nijel pushed a commit to python-social-auth/social-docs that referenced this pull request Apr 24, 2026
…: first_name, last_name, fullname, and email

Documentation for added support for custom user first_name, last_name, fullname, and email claim names in the OIDC backend.

Corresponds with code changes made in python-social-auth/social-core#1683
@nijel nijel merged commit 0de5b8b into python-social-auth:master Apr 24, 2026
14 checks passed
@nijel
Copy link
Copy Markdown
Member

nijel commented Apr 24, 2026

Merged, thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants