Skip to content

Commit 7be831b

Browse files
authored
Merge pull request #588 from GSA-TTS/aj/portal-60_link-ial-aal-values
Portal #60 Add standalone Assurance Level Values page
2 parents e7dac3a + 2537238 commit 7be831b

File tree

6 files changed

+31
-11
lines changed

6 files changed

+31
-11
lines changed

_includes/snippets/auth_content/aal_values.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Stricter behavior can be specified by adding one of:
1212
- **`http://idmanagement.gov/ns/assurance/aal/2?hspd12=true`**
1313
This specifies that a user has been authenticated with an HSPD12 credential (requires PIV/CAC). Users must _always_ authenticate with a second factor.
1414
{% endcapture %}
15-
<div markdown="1">
15+
1616
{{ aal_values | markdownify }}
17-
</div>
17+

_includes/snippets/auth_content/deprecated_values.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
- **`http://idmanagement.gov/ns/assurance/loa/3`**
1313
Equivalent to `urn:acr.login.gov:verified`.
1414
{% endcapture %}
15-
<div markdown="1">
15+
1616
{{ deprecated_values | markdownify }}
17-
</div>

_includes/snippets/auth_content/service_levels.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717

1818
Authentications for users who verify with facial matching will meet NIST 800-63-3 IAL2 standard. Authentication for users who do not do facial matching will not meet NIST 800-63-3 IAL2 standard.
1919
{% endcapture %}
20-
<div markdown="1">
20+
2121
{{ type_of_service | markdownify }}
22-
</div>

_pages/oidc/authorization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ sidenav:
2323

2424
---
2525
{% capture aal_values %}
26-
{% include snippets/auth_content/aal_values.md %}
26+
{% include snippets/auth_content/aal_values.md %}
2727
{% endcapture %}
2828
{% capture service_levels %}
29-
{% include snippets/auth_content/service_levels.md %}
29+
{% include snippets/auth_content/service_levels.md %}
3030
{% endcapture %}
3131
{% capture deprecated_values %}
3232
{% include snippets/auth_content/deprecated_values.md %}

_pages/oidc/authorization/pkce.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ sidenav:
2323

2424
---
2525
{% capture aal_values %}
26-
{% include snippets/auth_content/aal_values.md %}
26+
{% include snippets/auth_content/aal_values.md %}
2727
{% endcapture %}
2828
{% capture service_levels %}
29-
{% include snippets/auth_content/service_levels.md %}
29+
{% include snippets/auth_content/service_levels.md %}
3030
{% endcapture %}
3131
{% capture deprecated_values %}
32-
{% include snippets/auth_content/deprecated_values.md %}
32+
{% include snippets/auth_content/deprecated_values.md %}
3333
{% endcapture %}
3434
{% capture code_challenge %}
3535
Correct Example

_pages/overview.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ sidenav:
55
href: "#user-flow"
66
- text: Service provider configuration
77
href: "#service-provider-configuration"
8+
- text: Service levels
9+
href: "#service-levels"
10+
- text: Authentication assurance levels
11+
href: "#authentication-assurance-levels"
812
---
13+
{% capture type_of_service %}
14+
{% include snippets/auth_content/service_levels.md %}
15+
{% endcapture %}
16+
{% capture aal_values %}
17+
{% include snippets/auth_content/aal_values.md %}
18+
{% endcapture %}
919

1020
Login.gov is a FedRAMP moderate approved multifactor authentication and identity proofing platform that makes online interactions with the U.S. government simple, efficient and intuitive.
1121

@@ -32,3 +42,15 @@ To configure a test application in the sandbox environment:
3242
* Select between [OIDC]({{ site.baseurl }}/oidc/) or [SAML]({{ site.baseurl }}/saml/) protocol implementation protocols and understand which user attributes are required.
3343
* If you have questions when testing your integration, read through our [FAQs]({{ site.baseurl }}/support/) or submit a ticket to our [technical support help desk]({{ site.baseurl}}/support/#contacting-partner-support).
3444
* Before submitting a request to move your application's configuration to production, review the [User experience]({{ site.baseurl }}/design-guidelines/) page and the [Production]({{ site.baseurl }}/production/) page. Additional requirements, like a [signed Interagency agreement]({{ site.baseurl }}/production/#confirm-interagency-agreement-iaa) (IAA) and [agency logo]({{ site.baseurl }}/user-experience/agency-logo/), are described in these pages.
45+
46+
## Service Levels
47+
48+
Service Level, or Identity Assurance Level, determines what information is used to confirm a user's identity.
49+
50+
{{ type_of_service }}
51+
52+
## Authentication Assurance Levels
53+
54+
Authentication Assurance Level determines what second factors are allowed for user sign-in.
55+
56+
{{ aal_values }}

0 commit comments

Comments
 (0)