-
Notifications
You must be signed in to change notification settings - Fork 39
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 mod-auth-mellon (SAML!) work for logins #2740
Conversation
Turns out, mod-auth-mellon behaves differently on logout from mod-auth-openidc, looks like more config is needed. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2740 +/- ##
=======================================
Coverage 55.61% 55.62%
=======================================
Files 567 567
Lines 41247 41253 +6
=======================================
+ Hits 22941 22947 +6
Misses 18306 18306 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat and tidy. I have a question about the docs, but it's no showstopper.
This should create the following files:: | ||
|
||
/etc/apache2/mods-available/auth_mellon.conf | ||
/etc/apache2/mods-available/auth_mellon.load | ||
/etc/apache2/mods-enabled/auth_mellon.conf | ||
/etc/apache2/mods-enabled/auth_mellon.load | ||
|
||
Enable with:: | ||
|
||
$ sudo a2enmod auth_mellon | ||
|
||
Disable with:: | ||
|
||
$ sudo a2dismod auth_mellon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If if creates files in /etc/apache2/mods-enabled
on installation, then it's already enabled. Is this really the default behavior?
This piggy-backs on the remote user functionality.