nextcloud / nextcloud/user_oidc

Property Mapping for additinal emails

Open
#1,461 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement
Dominant language
PHP
Stars
181
Forks
60
Avg merge
7h 34m
Merged PRs (30d)
26

Description

Would Love the abiltiy to map my additinal emails to be auto filled trough openid login.
Scope Output:
{
"email": "FullName@domain.net",
"email_verified": true,
"additional_mail": "SOMENAME@gmail.com",
"aliases": [
"name@domain.email",
"username@domain.email"
]
}
since i dont see any property mapping for additional mail i belive its not implemented yet?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the existing property-mapping handling for standard email claims and inspect how the shown OpenID scope output is processed. Determine how additional_mail and aliases should be mapped and populated, then add or update coverage for these claims. Done means both additional values can be configured and are filled during login.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
authentication
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.