CAC

Before you can use this API, you must:

  1. Register your organization in MOTAR Studio.

  2. Obtain ATO plugin developer permissions from a MOTAR administrator.

  3. Create and configure your ATO plugin in MOTAR Studio.

  4. Activate your plugin in MOTAR Studio.

IOS CAC Authentication is limited to the "Thursby Smart Card Reader" and "Sub Rosa" application. What is Sub Rosa? Sub Rosa is a mobile web browser application that allows you to access OWA, CAC-enabled websites, sign/encrypt/decrypt email, and securely browse websites.

Associate CAC

POST https://api.motar.io/plugin/v1/cac/associate

The endpoint associates a CAC with a user account.

Headers

NameTypeDescription

Authorization

string

Basic auth header created with your plugin's client ID and client secret.

Request Body

NameTypeDescription

dn

string

Distinguished name associated with the CAC.

edipi

string

DoD ID associated with the CAC.

email

string

Email address associate with the CAC.

transactionId

string

Unique identifier of the transaction initiated by the CAC user in MOTAR.

{
    "success": true
}

Last updated