Configure a Logo Based on App Context
#
ProblemFor 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.
#
SolutionThe 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:
#
DiscussionThis can easily be extended based on domain url as well.