You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param url [String] Url where the XML of the Identity Provider Metadata is published.
34
-
# @param validate_cert [Boolean] If true and the URL is HTTPs, the cert of the domain is checked.
34
+
# @param validate_cert [Boolean] If true and the URL is HTTPS, the cert of the domain is checked.
35
35
#
36
36
# @param options [Hash] options used for parsing the metadata and the returned Settings instance
37
37
# @option options [RubySaml::Settings, Hash] :settings the RubySaml::Settings object which gets the parsed metadata merged into or an hash for Settings overrides.
# Parse the Identity Provider metadata and return the results as Hash
55
55
#
56
56
# @param url [String] Url where the XML of the Identity Provider Metadata is published.
57
-
# @param validate_cert [Boolean] If true and the URL is HTTPs, the cert of the domain is checked.
57
+
# @param validate_cert [Boolean] If true and the URL is HTTPS, the cert of the domain is checked.
58
58
#
59
59
# @param options [Hash] options used for parsing the metadata
60
60
# @option options [String, nil] :entity_id when this is given, the entity descriptor for this ID is used. When omitted, the first entity descriptor is used.
# Retrieve the remote IdP metadata from the URL or a cached copy.
176
176
# @param url [String] Url where the XML of the Identity Provider Metadata is published.
177
-
# @param validate_cert [Boolean] If true and the URL is HTTPs, the cert of the domain is checked.
177
+
# @param validate_cert [Boolean] If true and the URL is HTTPS, the cert of the domain is checked.
178
178
# @param options [Hash] Options used for requesting the remote URL
179
179
# @option options [Numeric, nil] :open_timeout Number of seconds to wait for the connection to open. See Net::HTTP#open_timeout for more info. Default is the Net::HTTP default.
180
180
# @option options [Numeric, nil] :read_timeout Number of seconds to wait for one block to be read. See Net::HTTP#read_timeout for more info. Default is the Net::HTTP default.
@@ -362,7 +362,7 @@ def certificates
362
362
end
363
363
end
364
364
365
-
# @return [String|nil] the fingerpint of the X509Certificate if it exists
365
+
# @return [String|nil] the fingerprint of the X509Certificate if it exists
0 commit comments