Adding web content for SSO

The web content for single sign on must include a login button that will redirect the user to the SSO provider. You can also add other HTML elements, and style the content to match your site's look and feel.

  1. Log in to Rhythm for Civics using a tenant admin account.
  2. In the Rhythm admin menu, select Content & Data > Web Content.
  3. Click New and select Basic Web Content.
  4. Enter your web content in the Content field.
    The web content is HTML. You can design your content in the WYSIWYG editor, or click <> Source to edit the HTML code.

    For the login button, your content must include a <button> element with a class name that includes login_button. The name can include other parts as well, but login_button is required for single sign on to work properly. For example:

    <button class="btn btn-primary login_button" style="background-color:#005CB9" type="submit">Login</button>

  5. Select the Autogenerate ID check box.
    You will enter the autogenerated ID in the configuration settings for the Login widget. After you save your web content, you can open it again to copy the ID.

    See Configuring the Login widget.

  6. Click Publish.