I'm just curious if it is possible/relatively simple to customize the Apigee Edge login page. What I have in mind for customizations are:
1) Remember Me checkbox to remember usernames
2) Alias replacement (i.e. rest call to swap out a user's uuid for their email address since the uuid's are always less characters to type than emails)
Both are just work-arounds for what we feel are small gaps in Edge's login UI, but I'm curious to find out how one would go about customizing the UI of the login page or the underlying angular app. Is there a specific jar to edit? Is some/all of it generated in some way so that it cannot be customized?
Thanks for any and all feedback!
Edit: Forgot to include the following information:
This is for an on-prem install. And I do realize that any customizations to the UI would most likely mean that each upgrade of edge would require the same customizations to be reapplied.