Skip to content

[WIP] Implement (optional) authentication via Shibboleth instead of built-in SAML#32

Open
pauldekkers wants to merge 2 commits intomainfrom
shibboleth
Open

[WIP] Implement (optional) authentication via Shibboleth instead of built-in SAML#32
pauldekkers wants to merge 2 commits intomainfrom
shibboleth

Conversation

@pauldekkers
Copy link
Copy Markdown
Member

Currently the authentication is done via SURF's stepup bundle (integrating saml2 from SimpleSAMLphp in Symfony); this can be a bit limited, and some people may prefer to have the webserver (and entire application) protected by mod_shib, or some other authentication module such as mod_auth_oidc that provides a REMOTE_USER variable to the application.

This is a rough proposal to do this, but it is not configurable.
Nelmio was disabled since it wasn't reachable anyway when the server was protected by Shibboleth.

Todo:

  • Make this optional
  • Include a config example for Shib SP and Apache (and where to put it)
  • Decide on reachability of Nelmio (in production)
  • Decide whether this is a good idea at ;-)

@pauldekkers pauldekkers linked an issue Jul 4, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optionally use Shibboleth (remote_user) for authentication

1 participant