-
Notifications
You must be signed in to change notification settings - Fork 975
Labels
customer-reportedDO NOT USE. Instead, add to the project and fill in "Customer".DO NOT USE. Instead, add to the project and fill in "Customer".s3Bugs that confuse, annoy, or are purely cosmeticBugs that confuse, annoy, or are purely cosmetic
Description
Many of our customers have developers from various third-party vendors and suppliers who use Coder for their development. If a supplier whose domain is not onboarded attempts to access Coder, they receive the following default message.
`{"message":"Your email \"[zhxxxx@sxxxxt.xxi\](mailto:zhxxxx@sxxxxt.xxi%5C)" is not in domains [\"[<customer-domain>.com](http://<customer-domain>.com/)\" \"[exxxxxxxt.com](http://exxxxxxxt.com/)\" \"mxxxxxa.xxxi\" \"[gxxxxe.com](http://gxxxxe.com/)\"]!"}`
here is the line of code in question:
Line 1360 in 674f60f
Message: fmt.Sprintf("Your email %q is not in domains %q!", email, api.OIDCConfig.EmailDomain), |
This creates a situation where third-party contractors are exposed to the various email domains within the corporate system. The ask here is to conceal the domains from this screen.
Metadata
Metadata
Assignees
Labels
customer-reportedDO NOT USE. Instead, add to the project and fill in "Customer".DO NOT USE. Instead, add to the project and fill in "Customer".s3Bugs that confuse, annoy, or are purely cosmeticBugs that confuse, annoy, or are purely cosmetic