Authenticate User for Embedding with Window Authentication

Generates a Pyramid access authentication token for embedding using Windows Authentication tokens

Method

/API2/auth/authenticateUserEmbedWindows

  • API Section: /API2/auth
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
    • Domain Admin
    • Pro
    • Analyst
    • Viewer
    • Basic

Method Signature

Input Parameters

Name

domain

Type

string

Description

The URL web domain - needed only for embedded authentication.

Output Response

Successful Result Code

200

Response Type

string

Description of Response Type

The response is the security token as a base64 string. It is usually stored in a cookie.

Notes

The security token is a string that needs to be added to a cookie on the third party host page for any embedded content to ensure the access is authorized. The web browser must support Windows Authentication and the authentication METHOD must be set to 'Windows Authentication' in Pyramid.

Examples