diff options
Diffstat (limited to 'bin/idp')
| -rwxr-xr-x | bin/idp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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'] %>" /> |
