I need some help in understanding how to do this properly.
In the documentation I found the following details where the consent prompt can be somehow controlled: Customize New Universal Login Text Prompts
You can also see from the example shown below how the sample is styled
I have impletemented the functionality to ask for the user’s consent as can be see from this example:
The functionality works fine and I get the user’s consent as expected.
The site that I am implementing has got a different style:
- Site colour is light blue
- Profile and logo images are square
- Using a slightly different font
What I expected was that from the Universal Login page the values from:
- Primary Color
- Page Background color
would also be inserted into the style used on the consent prompt, but not what I can see.
How can I implement this correctly to just get the colors of the buttons to match, is it something I am doing wrong or missing?