Pre-requisite: Configuration
As a pre-requisite for Archisketch Single-Sign On integration, the partner enterprise need to register configuration on Archisketch dahsboard.

Proceed to https://{replace-with-your-enterprise-domain}.archisketch.com
> [Settings] > [Customizations] > [OAuth Config] and configure the fields below.
Field | Description | Required | Example |
---|---|---|---|
Verification URL | Verification URL of partner enterprise | O | |
Use GET with Bearer Token | Method for passing the verification token to
| X | False |
Request Param Key | Request Parameter name for verification token in case | X | "token" |
UID Key | Key for unique ID of Verification API Response of the partner enterprise (mapped to Archisketch User's | X | "id" |
Email Key | Key for user email in Verification API Response of the partner enterprise (mapped to Archisketch User's | O | "email" |
Name Key | Key for user name in Verification API Response of the partner enterprise (mapped to Archisketch User's | O | "name" |
Avatar Key | Key for URL of the user's avatar image in Verification API Response of the partner enterprise (mapped to Archisketch User's | X | "avatarImage" |