summaryrefslogtreecommitdiff
path: root/bin/idp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/idp')
-rwxr-xr-xbin/idp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/idp b/bin/idp
index 18e117b2..86dcb3b2 100755
--- a/bin/idp
+++ b/bin/idp
@@ -328,6 +328,7 @@ module Authz
condition(:owner) { true }
rule { owner }.enable :read_project
+ rule { owner }.enable :read_group
rule { owner }.enable :create_project
end
@@ -566,6 +567,7 @@ module Authz
<head><title></title></head>
<body>
<h2>Authorize?</h2>
+ <p>Client ID: <%= oauth_params['client_id'] %></p>
<form id="authorize-form" action="/oauth/authorize" method="post">
<input type="hidden" name="client_id" value="<%= oauth_params['client_id'] %>" />
<input type="hidden" name="scope" value="<%= oauth_params['scope'] %>" />