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

Please add support for displaying per-app "access denied" contact instructions. #379

Open
floatingatoll opened this issue Apr 17, 2019 · 0 comments

Comments

@floatingatoll
Copy link

When denied access to an application due to non-membership in the required groups, the SSO application currently emits the same error text for all applications:

elif error_code == "notingroup":
    error_text = "Sorry, you do not have permission to access {client}.  \
    Please contact eus@mozilla.com if you should have access.".format(
        client=self.data.get("client")
)

error_text = "Sorry, you do not have permission to access {client}. \

Please allow individual SSO applications to override eus@mozilla.com and replace it with their own text, when they choose to activate that override in apps.yml. This will vastly reduce the number of false positive support requests directed incorrectly to EUS and permit application owners to accurately exercise control over access to their applications.

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

No branches or pull requests

1 participant