[Openid-specs-ab] [openid/connect] Registration - Add 'request_uris' to the Registration request (issue #773)
Nat Sakimura
issues-reply at bitbucket.org
Mon Feb 11 17:19:29 UTC 2013
--- you can reply above this line ---
New issue 773: Registration - Add 'request_uris' to the Registration request
https://bitbucket.org/openid/connect/issue/773/registration-add-request_uris-to-the
Nat Sakimura:
This was the intended use pattern of the request uris/ request files, but Registration spec. missed it out.
Add 'request_uris' which is an array of requst_uri to the Registration request.
Registration response returns the mapping like:
```
#!javascript
'request_refs':{
'https://client.example.com/request1.json':'server_generated_uri_1',
'https://client.example.com/request2.json':'server_generated_uri_2'
}
```
The value MUST be a URI(?). It can be the same as the input (key).
Use the value as the request_uri.
The URI can be at the client or other places such as TFP or the server itself.
Request files can be signed by the TFP/trust aggregator.
IdP MUST accept the registered request_uri.
IdP MAY accept unregistered request_uri which would allow truly dynamic.
--
This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.
More information about the Openid-specs-ab
mailing list