Hi Robinson,
Just following the doc i end up adding a custom logo to login page.
See an example here https://pasteboard.co/HxijhAW.png.
Let's say for example that you have your custom login page and you wanna use your custom logo in that custom login page, here are the steps to achieve that:
1. Create your custom login page and place it under /opt/gluu/jetty/oxauth/custom/pages/
2. Place your custom logo under /opt/gluu/jetty/oxauth/custom/static/img
3. Reference the logo in your custom login page like this:
**url="ext/resources/img/logo.png"**
Thanks,
Gasmyr.