Configure a Logo Based on App Context
Problem#
For multi-brand companies trying to consolidate their brands through a white label application, you may want to dynamically change the logo per application or context id.
Solution#
The Okta-hosted sign-in page is application-aware as stated in the developer docs. Simply leverage the OktaUtils to pull the context and apply simple logic to configure a logo per client id.
Example:
Discussion#
This can easily be extended based on domain url as well.