Appendix E: Digital Identity Level (DIL) Determination
The digitalDigital identityIdentity Level (DIL) is represented on the page below.
Within system-characteristics there must be three entries to the props array as follows:
nameset toidentity-assurance-leveland avalueset to1,2or3.nameset toauthenticator-assurance-leveland avalueset to1,2or3.nameset tofederation-assurance-leveland avalueset to1,2or3.- The value of all three should match each other and align with the FIPS-199 impact level
identified inof theFedRAMPsystem.

OSCAL Representation
<system-security-plan>plan:
<metadata>system-characteristics:
<!-props:
- cutname: CSPidentity-assurance-level
Namevalue: '2'
--> </metadata>name: <system-characteristics>authenticator-assurance-level
<!-value: '2'
- Systemname: Name & Abbreviation -->
<system-name>System's Full Name</system-name>
<system-name-short>System's Short Name or Acronym</system-name-short>
<!-- FedRAMP Unique Identifier -->
<system-id identifier-type="http://fedramp.gov">F00000000</system-id>
<!-- cut Service Model -->
<!-- cut Deployment Model -->
<!-- DIL Determination -->
<prop name="identity-assurance-level" value="1"/>
<prop name="authenticator-assurance-level" value="1"/>
<prop name="federation-assurance-level"level
value="1"/>value: <!-- cut -->
</system-characteristics>
<!-- cut -->
</system-security-plan>'2'
OSCAL Allowed Values
Valid IAL, AAL, and FAL values (as defined by NIST SP 800-63):
- 1
- 2
- 3
XPath Queries
Identity Assurance Level:
/*/system-characteristics/prop[@name="identity-assurance-level"]/@value
Authenticator Assurance Level:
/*/system-characteristics/prop[@name="authenticator-assurance-level"]/@value
Federation Assurance Level:
/*/system-characteristics/prop[@name="federation-assurance-level"]/@value