diff --git a/config/pivot-overrides.json b/config/pivot-overrides.json index 57c6e49..082b749 100644 --- a/config/pivot-overrides.json +++ b/config/pivot-overrides.json @@ -79,6 +79,16 @@ "filePath": "./templates/identity/password/login.html.ejs", "route": { "@id": "urn:solid-server:default:LoginPasswordRoute" } } + }, + { + "@id": "urn:pivot:default:consentDialogOverride", + "@type": "Override", + "overrideInstance": { "@id": "urn:solid-server:default:OidcConsentHtml" }, + "overrideParameters": { + "@type": "HtmlViewEntry", + "filePath": "./templates/identity/oidc/consent.html.ejs", + "route": { "@id": "urn:solid-server:default:OidcConsentRoute" } + } } ] } diff --git a/templates/identity/oidc/consent.html.ejs b/templates/identity/oidc/consent.html.ejs new file mode 100644 index 0000000..6b54956 --- /dev/null +++ b/templates/identity/oidc/consent.html.ejs @@ -0,0 +1,111 @@ +
+ Do you trust this application + to read and write all your data on your behalf? +
+