Commit 43a07da

mo <mo@mokhan.ca>
2017-11-02 18:17:39
implement placeholder for authenticationrequest validation.
1 parent cdc9e8e
Changed files (3)
airport/.env
@@ -1,4 +1,4 @@
 API_CLIENT_ID=''
 API_CLIENT_SECRET=''
-AUTHENTICATION_HOST=https://auth.dev/auth
+AUTHENTICATION_HOST=http://localhost:4000/
 ISSUER=airport.dev
saml-kit/lib/saml/kit/authentication_request.rb
@@ -26,6 +26,10 @@ module Saml
         Response::Builder.new(user, self).build
       end
 
+      def valid?
+        true
+      end
+
       class Builder
         attr_accessor :id, :issued_at, :issuer, :acs_url
 
README.md
@@ -1,7 +1,7 @@
-# proof.dev (aka auth)
+# airport.dev
 
 * localhost:3000
 
-# airport.dev
+# proof.dev (aka auth)
 
 * localhost:4000