CAC
Before you can use this API, you must:
Register your organization in MOTAR Studio.
Obtain ATO plugin developer permissions from a MOTAR administrator.
Create and configure your ATO plugin in MOTAR Studio.
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
Authorization
string
Basic auth header created with your plugin's client ID and client secret.
Request Body
dn
string
Distinguished name associated with the CAC.
edipi
string
DoD ID associated with the CAC.
string
Email address associate with the CAC.
transactionId
string
Unique identifier of the transaction initiated by the CAC user in MOTAR.
Last updated