cancel
Showing results for 
Search instead for 
Did you mean: 

Can we customize the Identity Authentication login page theme ?

SAPSupport
Employee
Employee
0 Kudos
845

We have enabled and configured IPS/IAS for our SF already, and now we could login our SF via SSO.

Can we customize the theme of Identity Authentication login page ? For example: Change the background theme from White to Green.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
SAPSupport
Employee
Employee
0 Kudos

Hello,

You need to use custom CSS, see our official documentation: https://help.sap.com/viewer/6d6d63354d1242d185ab4830fc04feb1/Cloud/en-US/faa2a33ff973409dafe136e4f74...

You can modify for example:

html {
background-color: #008000;

and

.ids-main {
background-color: #008000

So that the background will be green.

In CSS you can customize the background color as you wish.

Best regards,
István