Skip to content

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

Open
@floatingatoll

Description

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 [email protected] 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 [email protected] 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions