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

Stop AAAuthService overwriting logout service URL #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

edwinbalani
Copy link

@edwinbalani edwinbalani commented May 11, 2020

When merging default configuration settings in apply_config_defaults(), the value that should be set by 'AALogoutService' (specifying a URL to which the user can be directed to log out of the central authentication service) will be clobbered if a custom 'AAAuthService' has also been
specified in configuration. This is due to a typo.

The end result is that the AALogoutService directive is useless (even the default value will be blown away) if AAAuthService is specified.

This bug has probably never been discovered to date, because (almost) nobody uses a service that isn't production Raven, whose auth service and logout URLs are hard-coded as defaults.

When merging default configuration settings in apply_config_defaults(),
the value that should be set by 'AALogoutService' (specifying a URL to
which the user can be directed to log out of the central authentication
service) will be clobbered if a custom 'AAAuthService' has also been
specified in configuration.  This is due to a typo.

The end result is that the AALogoutService directive is useless (even
the default value will be blown away) if AAAuthService is specified.

This bug has probably never been discovered to date, because (almost)
nobody uses a service that isn't production Raven, whose auth service
and logout URLs are is hard-coded as defaults.
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.

1 participant