Class: Intrigue::Ident::Check::PingIdentiy

Inherits:
Base
  • Object
show all
Defined in:
lib/checks/ping_identity.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#generate_checks(url) ⇒ Object



6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# File 'lib/checks/ping_identity.rb', line 6

def generate_checks(url)
  [
    {
      :type => "service",
      :vendor => "PingIdentity",
      :product =>"PingFederate",
      :references => ["https://ping.force.com/Support/PingFederate/Administration/Single-sign-on-no-target796070NEW"],
      :match_details =>"redirect (may be interesting)",
      :version => nil,
      :match_type => :content_headers,
      :match_content =>  /^location:.*startSSO.ping/,
      :examples => ["http://192.234.137.107:80"],
      :verify => ["eGNlbGVuZXJneSNJbnRyaWd1ZTo6RW50aXR5OjpVcmkjaHR0cDovLzE5Mi4yMzQuMTM3LjEwNzo4MA"],
      :paths => ["#{url}"]
    }
  ]
end