jwt-id > jwt_id

Issue #17 new
Tim Cappalli created an issue

openid-sse-framework-1_0.xml > 206, 208, 209, 212

          <t>The "JWT ID" Subject Identifier Format is identified by the name <spanx style="verb">
            jwt-id</spanx>.</t>
          <t>Below is a non-normative example of Subject Identifier for the <spanx style="verb">
            jwt-id</spanx> Subject Identifier Format.</t>
          <figure anchor="sub-id-jwtid" title="Example: 'jwt-id' Subject Identifier"><artwork>

//////

{
    "format": "jwt-id",
    "iss": "https://idp.example.com/123456789/",
    "jti": "B70BA622-9515-4353-A866-823539EECBC8"
}

jwt-id should be jwt_id

Comments (2)

  1. Log in to comment