summaryrefslogtreecommitdiff
path: root/packages/chef-server/app/views/openid_server/decide.html.haml
blob: 78b0b60881c04b15a90bde1b604197f862f63757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%form{:method => "post", :action => url(:openid_server_decision)}
  %table
    %tr
      %td Site:
      %td= @oidreq.trust_root
    - if @oidreq.id_select
      %tr
        %td{:colspan => "2"}
          You entered the server identifier at the relying party. 
          You will need to send an identifier of your choosing.  
          Enter a username below.
      %tr
        %td Identity to send:
        %td
          %input{:type => "text", :name => "id_to_send", :size => "25"}
    - else
      %tr
        %td Identity:
        %td= @oidreq.identity
  %input{:type => "submit", :name => "yes", :value => "yes"}
  %input{:type => "submit", :name => "no", :value => "no"}