From 618cf9d22a8706a3dcbb3791367d5e9cea9814c0 Mon Sep 17 00:00:00 2001 From: David Langenberg Date: Fri, 7 Feb 2014 17:35:16 -0700 Subject: [PATCH] more doc --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 513ba59..1220c78 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,22 @@ to edit the *mcb-spring.xml* file and add the following block. + +Next you need to edit the *mcb.Configuration* bean and add a + + + +Next you need to edit the *multi-context-broker.xml* file and add the duo method to the authmethods: + + + Duo + + +Finally, map it to a context in the authnContexts block: + + + + + + +### Note: you need to ensure that you do NOT specify duo as a default initial context. In order to function, the user must already have established their identity to the MCB via another context.