Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Client ID Documents #104

Open
michielbdejong opened this issue Oct 6, 2022 · 1 comment
Open

Support for Client ID Documents #104

michielbdejong opened this issue Oct 6, 2022 · 1 comment

Comments

@michielbdejong
Copy link
Member

michielbdejong commented Oct 6, 2022

As per https://github.com/solid/solid-oidc/blob/a5a966c7342da01a57bfb316e5533ea7d82fd245/index.bs#L163-L166

The serialized JSON form of a Client ID Document SHOULD use the normative JSON-LD @context
provided at https://www.w3.org/ns/solid/oidc-context.jsonld such that the resulting
document produces a JSON serialization of an OIDC client registration, per the
definition of client registration metadata from [!RFC7591] section 2.

@michielbdejong
Copy link
Member Author

This also implies that clientId is an IRI which means it doesn't easily fit into routes like

['name' => 'page#approval', 'url' => '/sharing/{clientId}', 'verb' => 'GET'],
['name' => 'page#handleRevoke', 'url' => '/revoke/{clientId}', 'verb' => 'GET'],
['name' => 'page#handleApproval', 'url' => '/sharing/{clientId}', 'verb' => 'POST'],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants