From a4445f54a16489920f785de67428191e550a41f7 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Fri, 3 Mar 2017 10:54:01 +1000 Subject: [PATCH] add openidc connect form from upstream, and tweak it slightly --- roles/ipsilon/files/openidc/consent_form.html | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 roles/ipsilon/files/openidc/consent_form.html 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 %}