File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 77 href : /oidc/getting-started/
88 - text : SAML
99 href : /saml/getting-started/
10+ - text : Assurance Levels
11+ href : /assurance-levels/
1012 - text : Attributes
1113 href : /attributes/
1214 - text : User Experience
Original file line number Diff line number Diff line change 1+ ---
2+ title : Assurance Level Values
3+ lead : >
4+ sidenav :
5+ - text : Identity Assurance Levels
6+ href : " #identity-assurance-levels"
7+ - text : Authentication Assurance Levels
8+ href : " #authentication-assurance-levels"
9+ - text : Deprecated Service Values
10+ href : " #deprecated-service-values"
11+ ---
12+ {% capture type_of_service %}
13+ {% include snippets/auth_content/service_levels.md %}
14+ {% endcapture %}
15+ {% capture aal_values %}
16+ {% include snippets/auth_content/aal_values.md %}
17+ {% endcapture %}
18+ {% capture deprecated_values %}
19+ {% include snippets/auth_content/deprecated_values.md %}
20+ {% endcapture %}
21+
22+ # Identity Assurance Levels
23+ Identity Assurance Level determines what information is used to confirm a user's identity.
24+ {{ type_of_service }}
25+
26+ # Authentication Assurance Levels
27+ Authentication Assurance Level determines what second factors are allowed for user sign-in.
28+ {{ aal_values }}
29+
30+ # Deprecated Service Values
31+ {{ deprecated_values }}
You can’t perform that action at this time.
0 commit comments