From a61ccfc220a36861e70b94ade7e854d9b50dc691 Mon Sep 17 00:00:00 2001 From: Michael Olund Date: Tue, 3 Nov 2020 13:52:33 -0800 Subject: [PATCH] Removed outdated documentation --- roadmap.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roadmap.md b/roadmap.md index e55bf1de..2122b2bd 100644 --- a/roadmap.md +++ b/roadmap.md @@ -19,13 +19,3 @@ generated and a through model for mapping questions into the form and having a transformation step on user values. (Note that the field mapping drawn from the PDFs is not represented internally here; that effort is solely to cross-map re-used fields on the forms). - -## Authentication - -Currently authentication is pure Django authentication; there is no registration -mechanism; users may be created and logged in via the admin app (which will be -disabled for production). - -The current plan is for BCEID to be used. This will require middleware that -authenticates/provisions users based on a trusted header provided by Siteminder, -according to BCEID's integration in the pathfinder environment.