nextcloud / nextcloud/user_oidc
Property Mapping for additinal emails
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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