oauth-wg / oauth-transaction-tokens

MIT License
7 stars 10 forks source link

renamed param in Txn-Token request #28

Closed tulshi closed 11 months ago

tulshi commented 11 months ago

The current draft had a request parameter named "azc" and also the claim within the TraT is called "azc", which leads to confusion whether the request parameter content is directly embedded into the token. So I am renaming the request parameter to "rctx".

gffletch commented 10 months ago

Ahh... I think this parameter is for cases where the requestor wants to add some specific authorization data into the overall TxTkn. I would prefer to rename the parameter 'authz_details' which would be a JSON object and then add it as a sub-object in the azc of the TxTkn.