Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Surf representative a role on its own #638

Merged
merged 2 commits into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. Make Surf representative a role on its own

    Previously it inherited the default ROLE_USER role. Which also granted
    access to the /entity and /services pages. That is not required for now.
    The representative should only see the /connections page.
    MKodde committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    071baf9 View commit details
    Browse the repository at this point in the history
  2. Test the SURF conext representative page

    The missing web test coverage was added in this commit.
    
    Some notes:
    - For now all IdPs are allowed for every SP (via allowedall)
    - Only one test idp is configured, that could be expanded upon
    MKodde committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e66a0ff View commit details
    Browse the repository at this point in the history