Skip to content

Show logo_uri from clientid of a solid application on consent screen. #2082

@hexagon6

Description

@hexagon6

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:

Image

If logo_uri is not there it looks like before and the <img > tag is collapsed / not visible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions