OpenConext / OpenConext/OpenConext-access
Idp - SP whitelist and state consistency
Open
Nobody has claimed this yet.
MVP
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 22
Description
Manage must be consistent regarding the testaccepted and prodaccepted states for IDPs. This means that institutional IDPs and test IDPs are assigned the correct state for both test2, test and production environment:
The following applies to both the test environment and the production environment and must be changed in Manage:
- All institutional IDPs are assigned the ‘prodaccepted’ mode
- All test / fake IDPs (SURFconext testidp, DummyIDP) are assigned the “testaccepted” mode, except on test2 we exclude the DummyIDP as this used by developers to login to
prodacceptedservices - Allow all must set to false for all identity providers
- Allow all must set to true for all service providers
Furthermore
- If a connection is created and the user did not request
prodacccepted, then the connection must be added to theallowedlist of the test IDPs. - if a connection is created and the user did request
prodaccepted, then the connection must be removed from theallowedlist of the test IDP's
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.
Assessment
This issue has not been assessed yet.