FAQs on SAML

FAQs on SAML

How to fix alignment issues in the login page after enabling SAML as shown in the below image? 



Role Required: SDAdmin

Add the classes given below in the HTML editor. These classes will also be available under <server_home>\custom\login\default.html.

  1. .sign-line{  
  2. text-align: center;
  3. display: block;
  4. border-bottom: 1px solid #ccc;
  5. margin:10px 0;
  6. }
  7. .or-ctr{
  8. background: #fff;
  9. position: relative;
  10. top: 8px;
  11. padding: 0 4px;
  12. font-size: 12px;
  13. color: #727272;
  14. }
  15. .sign-saml{
  16. color: #009adb;
  17. text-decoration: none;
  18. }

Click Save and check to see if the link now appears aligned.