From 5df8151af3f80e6e6f484c045748b70c57709e97 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Mon, 9 Dec 2013 04:56:01 -0800 Subject: [PATCH] Updated Client configuration (markdown) --- Client-configuration.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Client-configuration.md b/Client-configuration.md index ba1eb8c..9434c09 100644 --- a/Client-configuration.md +++ b/Client-configuration.md @@ -429,3 +429,24 @@ Furthermore, the client must be configured to publish its public key at a URL th ``` +### Encrypted Authorization Request + +Builds the URL using an encrypted Request Object. + +``` + + + + + RSA1_5 + + + + + A128CBC+HS256 + + + +``` + +The builder must have access to the `JWKSetValidator` bean in order to find the server's public keys to encrypt to. \ No newline at end of file