Skip to main content

Overview Realm Settings Endpoints

Introduction

Use the /overview PATCH and POST endpoints to customize client-side login pages, integrate an SMTP server, configure outgoing emails, and upload logos.

Prerequisites

1. Complete the Enablement and Header Steps in the Admin API Guide

2. Have access to the application code that calls to the API endpoint(s)

3. (OPTIONAL) Have an SMTP server with which to integrate to receive SecureAuth emails

/overview Endpoints

Note

The following endpoints are prepended with the URL, https://<SecureAuth IdP Domain>/api/v1/realms/<realm ID>, if running SecureAuth IdP v9.1 – in which realm ID is the ID number of the realm to configure –

or https://<SecureAuth IdP Domain>/api/v2/realms/<realm ID>, if runningSecureAuth IdP v9.2 or later

Overview Settings /overview PATCH Endpoint

Notice

Use this endpoint to configure the realm's overview settings, including general realm description, SMTP server integration, SecureAuth email messaging, and client-side login page information.

HTTP Method

Endpoint

Example

SecureAuth IdP version

PATCH

/overview
https://secureauth.company.com/api/v2/realms/26/overview

v9.2 or later

Upload Company Logo /overview/companylogo POST Endpoint

Notice

Use this endpoint to upload a company logo image to the appliance and apply it to the realm. This image displays on the client-side login pages.

HTTP Method

Endpoint

Example

SecureAuth IdP version

POST

/overview/companylogo
https://secureauth.company.com/api/v2/realms/26/overview/companylogo

v9.2 or later

Upload Application Logo /overview/applicationlogo POST Endpoint

Notice

Use this endpoint to upload an application logo image to the appliance and apply it to the realm. This image displays on the Secure Portal page that is configured to include this realm.

HTTP Method

Endpoint

Example

SecureAuth IdP version

POST

/overview/applicationlogo
https://secureauth.company.com/api/v2/realms/26/overview/applicationlogo

v9.2 or later

Upload Email Logo /overview/emaillogo POST Endpoint

Notice

Use this endpoint to upload an email logo image to the appliance and apply it to the realm. This image displays in emails sent to end-users by SecureAuth, including OTP messages and account update notifications.

HTTP Method

Endpoint

Example

SecureAuth IdP version

POST

/overview/emaillogo
https://secureauth.company.com/api/v2/realms/26/overview/emaillogo

v9.2 or later