Customize the login button for your identity provider

You have the option to place the provider's icon or another icon on your portal's login button.

Step-by-Step

To place a provider's icon on your portal's login button, follow these steps:

  1. Launch the "Design" module.

  2. Open your layout.

  3. Select the "Control Elements" view.

  4. Under "Controls > Buttons > Button," select the "Standard Button" option.

  5. Copy the "Button Standard" entry and paste it back under "Controls > Buttons > Button."

    The Properties dialog box appears.

  6. Enter an appropriate class name and title. (The title appears on the login button.)

  7. Click "OK."

  8. Select the style classes below the newly created button ().

  9. For each style class, add the following properties ():

                        background-image: url(../../thirdparty/icon54/svg/line/LogosBrands/Google.svg); /* Bildpfad entsprechend anpassen *n/
    background-blend-mode: overlay;
    background-position-x: 1em;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 2em auto;
                    

    In the "background-image " style class, adjust the path to the icon you've chosen accordingly.

  10. Follow these steps for all the layouts you use.

  11. Enter the newly created style class in the "Style Class" field of the "Configure Provider" dialog box.

    (The section " Enter ID Provider Data in User Management " describes how to access the dialog box.)

  12. Click "Finish."

More Information