From 35fdce1cae3b6262d1c43a21365d025f00b0fa1b Mon Sep 17 00:00:00 2001 From: srmoore Date: Mon, 8 Jul 2013 11:30:47 -0700 Subject: [PATCH] Updated Token Introspecting Client Config (markdown) --- Token-Introspecting-Client-Config.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Token-Introspecting-Client-Config.md b/Token-Introspecting-Client-Config.md index b37f3db..7b1362d 100644 --- a/Token-Introspecting-Client-Config.md +++ b/Token-Introspecting-Client-Config.md @@ -1,9 +1,12 @@ -Steve write stuff here. +The following code sets up a filter to take a token passed in to the web application, and fill in the details as an OAuth2Authentication object by introspecting it with the IDP. In applicationContext.xml: -``` +``` + - - + + - ``` \ No newline at end of file + + + ``` \ No newline at end of file