You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
eliferror_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.
The text was updated successfully, but these errors were encountered:
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:
sso-dashboard/dashboard/auth.py
Line 148 in dbc38cc
Please allow individual SSO applications to override
eus@mozilla.com
and replace it with their own text, when they choose to activate that override inapps.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.The text was updated successfully, but these errors were encountered: