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