Solid-OIDC Client IDs
{
"@context": "https://www.w3.org/ns/solid/oidc-context.jsonld",
"client_id": "https://my-app.example.com/myappid.jsonld",
"redirect_uris": ["https://my-app.example.com/callbackAfterLogin"],
"client_name": "My Sample App",
"client_uri": "https://my-app.example.com/",
"logo_uri": "https://my-app.example.com/logo.png",
"tos_uri": "https://my-app.example.com/terms.html",
"policy_uri": "https://my-app.example.com/policy.html",
"contacts": ["[email protected]"],
"scope" : "openid offline_access webid",
"grant_types" : ["refresh_token","authorization_code"],
"post_logout_redirect_uris": [
"https://my-app.example.com/"
]
}Field
Description
Last updated