Originally submitted by dgtonge (Dave Tonge) on 2017-07-17
In the CIBA spec, the AS sends a payload similar to the Succesful Token Response in OIDC. The connection is authenticated using a bearer token provided by the client.
The CIBA spec is a profile of OIDC and therefore requires an ID Token to be sent in this payload.
Should this ID Token contain an at_hash claim so that the client can be assured of the payload integrity?
If an at_hash claim is included, should there also be an rt_hash?
The current draft requires an at_hash.
Bitbucket status: resolved
Bitbucket origin: issue 117
In the CIBA spec, the AS sends a payload similar to the
Succesful Token Responsein OIDC. The connection is authenticated using a bearer token provided by the client.The CIBA spec is a profile of OIDC and therefore requires an ID Token to be sent in this payload.
Should this ID Token contain an
at_hashclaim so that the client can be assured of the payload integrity?If an
at_hashclaim is included, should there also be anrt_hash?The current draft requires an
at_hash.Bitbucket status: resolved
Bitbucket origin: issue 117