diff --git a/roles/ipsilon/files/openidc/consent_form.html b/roles/ipsilon/files/openidc/consent_form.html new file mode 100644 index 0000000000..a1e269916c --- /dev/null +++ b/roles/ipsilon/files/openidc/consent_form.html @@ -0,0 +1,58 @@ +{% extends "master-user.html" %} +{% block main %} + +
+

The OpenID Connect client +{%- if client['homepage'] %} + {{ client['name'] }} +{% else %} + {{ client['name'] }} +{%- endif %} + is asking + to authorize access for {{ username }}.

+

Please review the authorization details

+ +{%- if client['policy'] %} +

Client privacy policy

+{% endif %} +{%- if client['tos'] %} +

Client terms of service

+{%- endif %} +
+ +
+ +
+ +{% endblock %}