├── README.md ├── assets ├── 63.png ├── 63a.png ├── 63b.png ├── 63c.png ├── 800_63_3_Authenticators.png ├── 800_63_3_Federation.png ├── 800_63_3_Proofing.png ├── 800_63_3_doc.png ├── document-icons.graffle └── issue_apply_label.png ├── index.html ├── search.json ├── sp800-63.html ├── sp800-63 ├── abbreviations │ └── index.html ├── abstract │ └── index.html ├── acknowledgements.md ├── changelog │ └── index.html ├── dirm │ └── index.html ├── frontmatter.md ├── glossary │ └── index.html ├── images │ ├── Federated.png │ ├── ID_Proofing.graffle │ ├── ID_Proofing.png │ ├── Non-Federated.png │ ├── Sample_Authn_Process.png │ ├── Wallet.png │ ├── authentication.graffle │ ├── authentication.png │ ├── dirm.graffle │ ├── dirm.png │ └── identity models.graffle ├── introduction │ └── index.html ├── model │ └── index.html ├── preface │ └── index.html └── references │ └── index.html ├── sp800-63a.html ├── sp800-63a ├── abbreviations │ └── index.html ├── abstract │ └── index.html ├── accounts │ └── index.html ├── acknowledgements.md ├── changelog │ └── index.html ├── customer │ └── index.html ├── evidence │ └── index.html ├── frontmatter.md ├── glossary │ └── index.html ├── ial-general │ └── index.html ├── ial │ └── index.html ├── images │ ├── ProofingProcess.graffle │ └── ProofingProcess.png ├── introduction │ └── index.html ├── preface │ └── index.html ├── privacy │ └── index.html ├── proofing │ └── index.html ├── references │ └── index.html ├── security │ └── index.html └── training │ └── index.html ├── sp800-63b.html ├── sp800-63b ├── aal │ └── index.html ├── abbreviations │ └── index.html ├── abstract │ └── index.html ├── acknowledgements.md ├── authenticators │ └── index.html ├── changelog │ └── index.html ├── customer │ └── index.html ├── events │ └── index.html ├── frontmatter.md ├── glossary │ └── index.html ├── images │ ├── 800-63B-sec10_Usability Table.docx │ ├── AAL-requirements.graffle │ ├── AAL-requirements.png │ ├── Authenticators.graffle │ ├── Look-up-secrets.png │ ├── Memorized-secret.png │ ├── Multi-factor-crypto-device.png │ ├── Multi-factor-otp-device.png │ ├── Multi-factor-software-crypto.png │ ├── OOB-example1.png │ ├── OOB-example2.png │ ├── OOB.graffle │ ├── Out-of-band-OOB.png │ ├── Single-factor-crypto.png │ ├── Single-factor-otp-device.png │ ├── Single-factor-software-crypto.png │ ├── use.graffle │ └── use.png ├── introduction │ └── index.html ├── passwords │ └── index.html ├── preface │ └── index.html ├── privacy │ └── index.html ├── references │ └── index.html ├── security │ └── index.html ├── session │ └── index.html └── syncable │ └── index.html ├── sp800-63c.html ├── sp800-63c ├── Federation │ └── index.html ├── GenIdP │ └── index.html ├── Wallets │ └── index.html ├── abbreviations │ └── index.html ├── abstract │ └── index.html ├── acknowledgements.md ├── changelog │ └── index.html ├── customer │ └── index.html ├── examples │ └── index.html ├── fal │ └── index.html ├── frontmatter.md ├── glossary │ └── index.html ├── images │ ├── Binding-Ceremony.png │ ├── Bound Authenticators.graffle │ ├── Ephemeral-Provisioning.png │ ├── IdP-Managed-Bound-Auth.png │ ├── JIT-Provisioning.png │ ├── Pre-Provisioning.png │ ├── RP-Managed-Bound-Auth.png │ ├── Session.png │ ├── authority.graffle │ ├── authority.png │ ├── back-channel.graffle │ ├── back-channel.png │ ├── federation.graffle │ ├── federation.png │ ├── front-channel.graffle │ ├── front-channel.png │ ├── proxy.graffle │ ├── proxy.png │ └── subscriberidp.png ├── introduction │ └── index.html ├── preface │ └── index.html ├── privacy │ └── index.html ├── references │ └── index.html └── security │ └── index.html └── static ├── css ├── NISTPages.css ├── NISTStyle.css ├── nist_logo.png └── nist_logo_mark.png ├── font-awesome ├── css │ ├── font-awesome.css │ └── font-awesome.min.css ├── fonts │ ├── .htaccess │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── less │ ├── bordered-pulled.less │ ├── core.less │ ├── fixed-width.less │ ├── font-awesome.less │ ├── icons.less │ ├── larger.less │ ├── list.less │ ├── mixins.less │ ├── path.less │ ├── rotated-flipped.less │ ├── spinning.less │ ├── stacked.less │ └── variables.less └── scss │ └── font-awesome.scss └── js ├── Federated-Analytics.js ├── federated-analytics.all.min.js ├── init.js └── jquery.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/README.md -------------------------------------------------------------------------------- /assets/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/assets/63.png -------------------------------------------------------------------------------- /assets/63a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/assets/63a.png -------------------------------------------------------------------------------- /assets/63b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/assets/63b.png -------------------------------------------------------------------------------- /assets/63c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/assets/63c.png -------------------------------------------------------------------------------- /assets/800_63_3_Authenticators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/assets/800_63_3_Authenticators.png -------------------------------------------------------------------------------- /assets/800_63_3_Federation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/assets/800_63_3_Federation.png -------------------------------------------------------------------------------- /assets/800_63_3_Proofing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/assets/800_63_3_Proofing.png -------------------------------------------------------------------------------- /assets/800_63_3_doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/assets/800_63_3_doc.png -------------------------------------------------------------------------------- /assets/document-icons.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/assets/document-icons.graffle -------------------------------------------------------------------------------- /assets/issue_apply_label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/assets/issue_apply_label.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/index.html -------------------------------------------------------------------------------- /search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/search.json -------------------------------------------------------------------------------- /sp800-63.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63.html -------------------------------------------------------------------------------- /sp800-63/abbreviations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/abbreviations/index.html -------------------------------------------------------------------------------- /sp800-63/abstract/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/abstract/index.html -------------------------------------------------------------------------------- /sp800-63/acknowledgements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/acknowledgements.md -------------------------------------------------------------------------------- /sp800-63/changelog/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/changelog/index.html -------------------------------------------------------------------------------- /sp800-63/dirm/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/dirm/index.html -------------------------------------------------------------------------------- /sp800-63/frontmatter.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sp800-63/glossary/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/glossary/index.html -------------------------------------------------------------------------------- /sp800-63/images/Federated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/Federated.png -------------------------------------------------------------------------------- /sp800-63/images/ID_Proofing.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/ID_Proofing.graffle -------------------------------------------------------------------------------- /sp800-63/images/ID_Proofing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/ID_Proofing.png -------------------------------------------------------------------------------- /sp800-63/images/Non-Federated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/Non-Federated.png -------------------------------------------------------------------------------- /sp800-63/images/Sample_Authn_Process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/Sample_Authn_Process.png -------------------------------------------------------------------------------- /sp800-63/images/Wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/Wallet.png -------------------------------------------------------------------------------- /sp800-63/images/authentication.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/authentication.graffle -------------------------------------------------------------------------------- /sp800-63/images/authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/authentication.png -------------------------------------------------------------------------------- /sp800-63/images/dirm.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/dirm.graffle -------------------------------------------------------------------------------- /sp800-63/images/dirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/dirm.png -------------------------------------------------------------------------------- /sp800-63/images/identity models.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/images/identity models.graffle -------------------------------------------------------------------------------- /sp800-63/introduction/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/introduction/index.html -------------------------------------------------------------------------------- /sp800-63/model/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/model/index.html -------------------------------------------------------------------------------- /sp800-63/preface/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/preface/index.html -------------------------------------------------------------------------------- /sp800-63/references/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63/references/index.html -------------------------------------------------------------------------------- /sp800-63a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a.html -------------------------------------------------------------------------------- /sp800-63a/abbreviations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/abbreviations/index.html -------------------------------------------------------------------------------- /sp800-63a/abstract/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/abstract/index.html -------------------------------------------------------------------------------- /sp800-63a/accounts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/accounts/index.html -------------------------------------------------------------------------------- /sp800-63a/acknowledgements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/acknowledgements.md -------------------------------------------------------------------------------- /sp800-63a/changelog/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/changelog/index.html -------------------------------------------------------------------------------- /sp800-63a/customer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/customer/index.html -------------------------------------------------------------------------------- /sp800-63a/evidence/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/evidence/index.html -------------------------------------------------------------------------------- /sp800-63a/frontmatter.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sp800-63a/glossary/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/glossary/index.html -------------------------------------------------------------------------------- /sp800-63a/ial-general/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/ial-general/index.html -------------------------------------------------------------------------------- /sp800-63a/ial/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/ial/index.html -------------------------------------------------------------------------------- /sp800-63a/images/ProofingProcess.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/images/ProofingProcess.graffle -------------------------------------------------------------------------------- /sp800-63a/images/ProofingProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/images/ProofingProcess.png -------------------------------------------------------------------------------- /sp800-63a/introduction/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/introduction/index.html -------------------------------------------------------------------------------- /sp800-63a/preface/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/preface/index.html -------------------------------------------------------------------------------- /sp800-63a/privacy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/privacy/index.html -------------------------------------------------------------------------------- /sp800-63a/proofing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/proofing/index.html -------------------------------------------------------------------------------- /sp800-63a/references/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/references/index.html -------------------------------------------------------------------------------- /sp800-63a/security/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/security/index.html -------------------------------------------------------------------------------- /sp800-63a/training/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63a/training/index.html -------------------------------------------------------------------------------- /sp800-63b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b.html -------------------------------------------------------------------------------- /sp800-63b/aal/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/aal/index.html -------------------------------------------------------------------------------- /sp800-63b/abbreviations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/abbreviations/index.html -------------------------------------------------------------------------------- /sp800-63b/abstract/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/abstract/index.html -------------------------------------------------------------------------------- /sp800-63b/acknowledgements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/acknowledgements.md -------------------------------------------------------------------------------- /sp800-63b/authenticators/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/authenticators/index.html -------------------------------------------------------------------------------- /sp800-63b/changelog/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/changelog/index.html -------------------------------------------------------------------------------- /sp800-63b/customer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/customer/index.html -------------------------------------------------------------------------------- /sp800-63b/events/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/events/index.html -------------------------------------------------------------------------------- /sp800-63b/frontmatter.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sp800-63b/glossary/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/glossary/index.html -------------------------------------------------------------------------------- /sp800-63b/images/800-63B-sec10_Usability Table.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/800-63B-sec10_Usability Table.docx -------------------------------------------------------------------------------- /sp800-63b/images/AAL-requirements.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/AAL-requirements.graffle -------------------------------------------------------------------------------- /sp800-63b/images/AAL-requirements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/AAL-requirements.png -------------------------------------------------------------------------------- /sp800-63b/images/Authenticators.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/Authenticators.graffle -------------------------------------------------------------------------------- /sp800-63b/images/Look-up-secrets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/Look-up-secrets.png -------------------------------------------------------------------------------- /sp800-63b/images/Memorized-secret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/Memorized-secret.png -------------------------------------------------------------------------------- /sp800-63b/images/Multi-factor-crypto-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/Multi-factor-crypto-device.png -------------------------------------------------------------------------------- /sp800-63b/images/Multi-factor-otp-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/Multi-factor-otp-device.png -------------------------------------------------------------------------------- /sp800-63b/images/Multi-factor-software-crypto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/Multi-factor-software-crypto.png -------------------------------------------------------------------------------- /sp800-63b/images/OOB-example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/OOB-example1.png -------------------------------------------------------------------------------- /sp800-63b/images/OOB-example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/OOB-example2.png -------------------------------------------------------------------------------- /sp800-63b/images/OOB.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/OOB.graffle -------------------------------------------------------------------------------- /sp800-63b/images/Out-of-band-OOB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/Out-of-band-OOB.png -------------------------------------------------------------------------------- /sp800-63b/images/Single-factor-crypto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/Single-factor-crypto.png -------------------------------------------------------------------------------- /sp800-63b/images/Single-factor-otp-device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/Single-factor-otp-device.png -------------------------------------------------------------------------------- /sp800-63b/images/Single-factor-software-crypto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/Single-factor-software-crypto.png -------------------------------------------------------------------------------- /sp800-63b/images/use.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/use.graffle -------------------------------------------------------------------------------- /sp800-63b/images/use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/images/use.png -------------------------------------------------------------------------------- /sp800-63b/introduction/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/introduction/index.html -------------------------------------------------------------------------------- /sp800-63b/passwords/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/passwords/index.html -------------------------------------------------------------------------------- /sp800-63b/preface/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/preface/index.html -------------------------------------------------------------------------------- /sp800-63b/privacy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/privacy/index.html -------------------------------------------------------------------------------- /sp800-63b/references/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/references/index.html -------------------------------------------------------------------------------- /sp800-63b/security/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/security/index.html -------------------------------------------------------------------------------- /sp800-63b/session/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/session/index.html -------------------------------------------------------------------------------- /sp800-63b/syncable/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63b/syncable/index.html -------------------------------------------------------------------------------- /sp800-63c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c.html -------------------------------------------------------------------------------- /sp800-63c/Federation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/Federation/index.html -------------------------------------------------------------------------------- /sp800-63c/GenIdP/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/GenIdP/index.html -------------------------------------------------------------------------------- /sp800-63c/Wallets/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/Wallets/index.html -------------------------------------------------------------------------------- /sp800-63c/abbreviations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/abbreviations/index.html -------------------------------------------------------------------------------- /sp800-63c/abstract/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/abstract/index.html -------------------------------------------------------------------------------- /sp800-63c/acknowledgements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/acknowledgements.md -------------------------------------------------------------------------------- /sp800-63c/changelog/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/changelog/index.html -------------------------------------------------------------------------------- /sp800-63c/customer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/customer/index.html -------------------------------------------------------------------------------- /sp800-63c/examples/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/examples/index.html -------------------------------------------------------------------------------- /sp800-63c/fal/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/fal/index.html -------------------------------------------------------------------------------- /sp800-63c/frontmatter.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sp800-63c/glossary/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/glossary/index.html -------------------------------------------------------------------------------- /sp800-63c/images/Binding-Ceremony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/Binding-Ceremony.png -------------------------------------------------------------------------------- /sp800-63c/images/Bound Authenticators.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/Bound Authenticators.graffle -------------------------------------------------------------------------------- /sp800-63c/images/Ephemeral-Provisioning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/Ephemeral-Provisioning.png -------------------------------------------------------------------------------- /sp800-63c/images/IdP-Managed-Bound-Auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/IdP-Managed-Bound-Auth.png -------------------------------------------------------------------------------- /sp800-63c/images/JIT-Provisioning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/JIT-Provisioning.png -------------------------------------------------------------------------------- /sp800-63c/images/Pre-Provisioning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/Pre-Provisioning.png -------------------------------------------------------------------------------- /sp800-63c/images/RP-Managed-Bound-Auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/RP-Managed-Bound-Auth.png -------------------------------------------------------------------------------- /sp800-63c/images/Session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/Session.png -------------------------------------------------------------------------------- /sp800-63c/images/authority.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/authority.graffle -------------------------------------------------------------------------------- /sp800-63c/images/authority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/authority.png -------------------------------------------------------------------------------- /sp800-63c/images/back-channel.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/back-channel.graffle -------------------------------------------------------------------------------- /sp800-63c/images/back-channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/back-channel.png -------------------------------------------------------------------------------- /sp800-63c/images/federation.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/federation.graffle -------------------------------------------------------------------------------- /sp800-63c/images/federation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/federation.png -------------------------------------------------------------------------------- /sp800-63c/images/front-channel.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/front-channel.graffle -------------------------------------------------------------------------------- /sp800-63c/images/front-channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/front-channel.png -------------------------------------------------------------------------------- /sp800-63c/images/proxy.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/proxy.graffle -------------------------------------------------------------------------------- /sp800-63c/images/proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/proxy.png -------------------------------------------------------------------------------- /sp800-63c/images/subscriberidp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/images/subscriberidp.png -------------------------------------------------------------------------------- /sp800-63c/introduction/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/introduction/index.html -------------------------------------------------------------------------------- /sp800-63c/preface/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/preface/index.html -------------------------------------------------------------------------------- /sp800-63c/privacy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/privacy/index.html -------------------------------------------------------------------------------- /sp800-63c/references/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/references/index.html -------------------------------------------------------------------------------- /sp800-63c/security/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/sp800-63c/security/index.html -------------------------------------------------------------------------------- /static/css/NISTPages.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/css/NISTPages.css -------------------------------------------------------------------------------- /static/css/NISTStyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/css/NISTStyle.css -------------------------------------------------------------------------------- /static/css/nist_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/css/nist_logo.png -------------------------------------------------------------------------------- /static/css/nist_logo_mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/css/nist_logo_mark.png -------------------------------------------------------------------------------- /static/font-awesome/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/css/font-awesome.css -------------------------------------------------------------------------------- /static/font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/css/font-awesome.min.css -------------------------------------------------------------------------------- /static/font-awesome/fonts/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/fonts/.htaccess -------------------------------------------------------------------------------- /static/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /static/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/bordered-pulled.less -------------------------------------------------------------------------------- /static/font-awesome/less/core.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/core.less -------------------------------------------------------------------------------- /static/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/fixed-width.less -------------------------------------------------------------------------------- /static/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/font-awesome.less -------------------------------------------------------------------------------- /static/font-awesome/less/icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/icons.less -------------------------------------------------------------------------------- /static/font-awesome/less/larger.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/larger.less -------------------------------------------------------------------------------- /static/font-awesome/less/list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/list.less -------------------------------------------------------------------------------- /static/font-awesome/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/mixins.less -------------------------------------------------------------------------------- /static/font-awesome/less/path.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/path.less -------------------------------------------------------------------------------- /static/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/rotated-flipped.less -------------------------------------------------------------------------------- /static/font-awesome/less/spinning.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/spinning.less -------------------------------------------------------------------------------- /static/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/stacked.less -------------------------------------------------------------------------------- /static/font-awesome/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/less/variables.less -------------------------------------------------------------------------------- /static/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/font-awesome/scss/font-awesome.scss -------------------------------------------------------------------------------- /static/js/Federated-Analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/js/Federated-Analytics.js -------------------------------------------------------------------------------- /static/js/federated-analytics.all.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/js/federated-analytics.all.min.js -------------------------------------------------------------------------------- /static/js/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/js/init.js -------------------------------------------------------------------------------- /static/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usnistgov/800-63-4/HEAD/static/js/jquery.js --------------------------------------------------------------------------------