OpenConext / OpenConext/OpenConext-profile
Profile should not fetch metadata from engine
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 2
- Forks
- 0
- Avg merge
- 17d 41m
- Merged PRs (30d)
- 1
Description
Profile fetches live metadata from Engine's /metadata/idp endpoint when showing the "my attributes" page (presumably to get the IdP logo)
This is not the official metadata source for Openconext and this leads to bugs like https://github.com/OpenConext/OpenConext-engineblock/issues/1910
Instead, Profile should either fetch the metadata from Manage or from the official metadata endpoint at https://engine.test2.surfconext.nl/authentication/proxy/idps-metadata.
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 at the code that loads data for the "my attributes" page and search for Engine's /metadata/idp endpoint. Compare the available metadata sources named in the issue, then verify that Profile no longer fetches live metadata from Engine and that the IdP metadata needed by the page still loads correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100