/api/auth

Usage

Authenticates against the ARDI server to allow elevated function execution. This is part of the core API.

Note that you must call this function before calling any other ARDI function other than /api/connect when the server is not in guest mode.

There are two methods of calling this endpoint - using the traditional method, which requires a username and password to be sent, or using the interactive method, which allows sign-in through other mechanisms such as Single Sign-In.

Traditional Authentication
Interactive Authentication

You may also skip the requirement to authenticate at all if you choose to use Client Certificate Authentication.