simplesamlphp / simplesamlphp/simplesamlphp-module-oidc
Parameter ui_locales is ignored
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 50
- Forks
- 28
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
According https://openid.net/specs/openid-connect-core-1_0.html#rfc.section.3.1.2.1
ui_locales are end-User's preferred languages and scripts for the user interface
This parameter is ignored and does not imply any warning or error.
Contributor guide
No contributing guide indexed for this repository
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 with the OpenID Connect Core section linked in the issue and trace where the ui_locales parameter is handled in this PHP OIDC provider. Determine the expected behavior for a user's preferred interface languages and verify that the parameter is no longer silently ignored, including suitable tests if the relevant test area is found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, internationalization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100