lib/saml2/schemas.rb in saml2-1.0.5 vs lib/saml2/schemas.rb in saml2-1.0.6
- old
+ new
@@ -1,6 +1,10 @@
module SAML2
module Schemas
+ def self.federation
+ @federation ||= schema('ws-federation.xsd')
+ end
+
def self.metadata
@metadata ||= schema('saml-schema-metadata-2.0.xsd')
end
def self.protocol