-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Description
Feature description
Related to #2081
When using a clientid.json for logging into my todo app using CSS@7 I realized there is a logo_uri which could be used to show a logo of the application requesting access.
e.g.
{
"@context": "https://www.w3.org/ns/solid/oidc-context.jsonld",
"client_id": "http://localhost:5173/clientid.json",
"redirect_uris": [
"http://localhost:5173",
"http://localhost:5173/"
],
"client_name": "Solid Todo App",
"logo_uri": "http://localhost:5173/logo.svg",
"token_endpoint_auth_method": "none",
"grant_types": [
"refresh_token",
"authorization_code"
],
"response_types": [
"code"
],
"scope": "openid webid offline_access"
}
I'd like to show the "logo_uri": "http://localhost:5173/logo.svg", as a part in the /.account/oidc/consent/ screen.
It would look like this with my solid app:
If logo_uri is not there it looks like before and the <img > tag is collapsed / not visible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels