Registration - 2.1 Fix inconsistency in the defs

Issue #474 resolved
Nat Sakimura created an issue

{{{ --- a/openid-connect-registration-1_0.xml Wed Dec 21 14:29:10 2011 +0900 +++ b/openid-connect-registration-1_0.xml Wed Dec 21 14:39:42 2011 +0900 @@ -176,7 +176,7 @@

         <t hangText="jwk_url">OPTIONAL.  URL for the Client's <xref
         target="JWK">JSON Web Key</xref>, used for <xref target="JWS">JWS</xref>
  • signing of Token Endpoint and request objects.
  • signing of Token Endpoint Requests and OpenID Request Objects. If jwk_encryption_url is not provided it is used for <xref target="JWE">JWE</xref> encryption of <xref target="JWT">JWT</xref> to the Client. @@ -184,11 +184,11 @@
         <t hangText="jwk_encryption_url">OPTIONAL.  URL for the Client's <xref
         target="JWK">JSON Web Key</xref>, used for <xref target="JWE">JWE</xref>
    
    • encryption of Token Endpoint and OpenID Request Objects.</t>
    • encryption of Token Endpoint Response.</t>
       <t hangText="x509_url">OPTIONAL.  URL for the Client's PEM encoded X.509
       Certificate or Certificate chain, used for <xref target="JWE">JWS</xref>
      
      • signing of Token Endpoint and OpenID Request Objects.
      • signing of Token Endpoint Requests and OpenID Request Objects. If x509_encryption_url is not provided, x509_url is used for <xref target="JWE">JWE</xref> encryption of <xref target="JWT">JWT</xref> to the Client. }}}

Comments (3)

  1. Log in to comment