on 2022 Feb 19 9:10 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
84 | |
29 | |
9 | |
9 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.