OpenConext / OpenConext/OpenConext-dashboard
Melding 'Connection in Manage is already made' in JIRA verbeteren voor SP's en IdP's met zelfde institution_id
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Scenario: SSI Link Invitation - coin:institution_id van dienst is gelijk aan die van de instelling waar de invite naartoe gestuurd is en SURFconextverantwoordelijke accepteert de invite.
Het volgende is dus WAAR: idpAndSpShareInstitution = (institutionId != null) && institutionId.equals(idp.getInstitutionId())
Pas dan de JIRA melding aan van:
urn:collab:person:voorbeeld.nl:testuser / John Doe has accepted this LINKINVITE request.
The connection in Manage is already made as the SP is configured to automatically connect without interaction
Naar (Zoiets):
urn:collab:person:voorbeeld.nl:testuser / John Doe has accepted this LINKINVITE request.
The connection in Manage is already made as the SP and IdP share the institution_id
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
Search the dashboard for the existing JIRA message text and the idpAndSpShareInstitution condition described in the issue. Confirm the shared-institution scenario, update the wording so it identifies the SP and IdP sharing institution_id, and verify that the existing automatic-connection message remains correct for its own scenario.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100