-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathplaybooks.yml
114 lines (101 loc) · 5.04 KB
/
playbooks.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# The 11 FICAM Playbooks
# From: https://playbooks.idmanagement.gov/playbooks/
# Date: 04/18/2023
# Data used on site's front page, lower half titled Playbooks.
# This file drives the Playbooks listing on the PoC IDManagement.gov front page lower half.
# - 05-15--2023: Added the 'header' property for the header graphic for each playbook.
#
#
# title: name of the playbook
# type: type of data the playbook is presented example: PDF, Markdown, HTML, Word Document
# description: description of the playbook
# url: internal url to playbook
# header: internal url to a graphic assect to serve as a header graphic
# target: _self (replaces page), _blank (opens in a new window)
# external: yes or no, if yes: logic uses full url of this property, if no: uses internal relative url to domain name
# Note: If external, the 'header' graphic will still expect a relative path to a graphic located in the assets folder
#
# Moved to webp for image optimization (thanks Google) on 07-18-2024 - CJB
- title: Cloud Identity Playbook
type: Webpage
pubdate: 2022-12
description: The Cloud Identity Playbook is a four-step playbook to start or further expand the use of Workforce ICAM Services delivered in a cloud operating model.
url: "/playbooks/cloud/"
header: "/assets/playbooks/headers/playbook_04.webp"
target: _self
- title: Digital Autopen Playbook
type: Webpage
pubdate: 2023-03
description: This playbook outlines the process for an agency to implement a Digital Autopen for Federal Register documents.
url: "/playbooks/autopen/"
header: "/assets/playbooks/headers/playbook_02.webp"
target: _self
- title: Digital Identity Risk Assessment Playbook
type: Webpage
pubdate: 2020-09
description: The Digital Identity Risk Assessment playbook is a six-step playbook for completing a digital identity risk assessment as described in OMB Memo 19-17 and NIST Special Publication 800-63-3.
url: "/playbooks/dira/"
header: "/assets/playbooks/headers/playbook_03.webp"
target: _self
- title: Digital Worker Identity Playbook
type: Webpage
pubdate: 2022-12
description: The Digital Worker Identity Playbook is a practical guide for managing digital worker identities.
url: "/playbooks/dw/"
header: "/assets/playbooks/headers/playbook_05.webp"
target: _self
- title: Enterprise Single Sign-On Playbook
type: Webpage
pubdate: 2021-11
description: The Enterprise SSO Playbook is a five-step playbook to aid agencies in planning an SSO or Identity Federation service.
url: "/playbooks/sso/"
header: "/assets/playbooks/headers/playbook_09.webp"
target: _self
- title: ICAM Governance Framework Version 1.0
type: PDF
pubdate: 2021-09
description: The ICAM Governance Framework is a tool to help agencies build and improve agency ICAM governance structures, processes, and policies.
url: "/docs/playbook-identity-governance-framework.pdf"
header: "/assets/playbooks/headers/playbook_07.webp"
target: _self
- title: Identity Lifecycle Management Playbook
type: Webpage
pubdate: 2024-18
description: This playbook can aid agencies in understanding how to shift the focus from managing the lifecycle of credentials to the lifecycle of identities outlined in section III of OMB Memo 19-17.
url: "/playbooks/ilm/"
header: "/assets/playbooks/headers/playbook_08.webp"
target: _self
- title: Privileged Identity Playbook
type: Webpage
pubdate: 2022-12
description: This Playbook provides federal agencies with best practices in managing its privileged user population.
url: "/playbooks/pam/"
header: "/assets/playbooks/headers/playbook_11.webp"
target: _self
- title: Digitally Sign a Word Document
type: Webpage
pubdate: 2018-03
description: This playbook will walk you through the steps for digitally signing a Microsoft Word document with your PIV credential or similar digital certificate.
url: "/playbooks/signword/"
header: "/assets/playbooks/headers/playbook_01.webp"
target: _self
- title: Digitally Sign a Federal Register Document
type: Webpage
pubdate: 2022-08
description: This playbook will walk you through the procedures for digitally signing a Microsoft Word document for submission to the Office of the Federal Register using your PIV credential or similar digital certificate.
url: "/playbooks/signfedregister/"
header: "/assets/playbooks/headers/playbook_06.webp"
target: _self
- title: Phishing-Resistant Authenticator Playbook
type: Webpage
pubdate: 2024-02
description: This playbook helps an agency identify phishing-resistant alternative authenticators and design a pilot.
url: "/playbooks/altauthn/"
header: "/assets/playbooks/headers/playbook_05.webp"
target: _self
# Removed because it has a status of archived
# - title: Federal Identity, Credential, and Access Management Roadmap Version 2.0 (Archived)
# type: PDF
# pubdate: 2011-12
# description: "The FICAM Roadmap contains processes, procedures, and considerations for planning and managing identity, credential, and access management programs. Note: This document has been superseded by the FICAM Architecture."
# url: "docs/roadmap-ficam.pdf"