Documentation > Access API > AuthController

AuthController

The Auth web api function calls are used to authenticate with the CMS. These calls allow external programs to login and logout using the POST method.

NameDescriptionType
accessapi/Auth/Authenticate

Create a new user session on the specified server and instance.

Route

accessapi/Auth/AuthenticateFederated

Create a new user session on the specified server and instance using Federated Authentication.

Route

accessapi/Auth/AuthenticateWithCache

Create a new user session on the specified server and instance. The response will contain contents that can be used for caching.

Route

accessapi/Auth/ForgotPassword

Given a valid username, it resets the password and emails a notice to the user with the new password. If there is an error, it will be returned in the error message.

Route

accessapi/Auth/PreAuth

Get data for use before authentication.

Route

accessapi/Auth/Logout

Logout of the current CMS session.

Route

accessapi/Auth/UpdatePassword

Given a valid username and old password, it changes the password to the new password. If there is an error, it will be returned in the error message.

Route

Connect with Crownpeak