Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1614772
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 21, 4:19 AM
Size
347 B
Mime Type
text/x-diff
Expires
Mon, Mar 23, 4:19 AM (4 h, 58 m)
Engine
blob
Format
Raw Data
Handle
353475
Attached To
rWEBDNS WebDNS (edet4)
View Options
diff --git a/app/controllers/auth_controller.rb b/app/controllers/auth_controller.rb
new file mode 100644
index 0000000..b849ca8
--- /dev/null
+++ b/app/controllers/auth_controller.rb
@@ -0,0 +1,8 @@
+class AuthController < ApplicationController
+ # PUT /saml
+ def saml
+ warden.authenticate!(:saml)
+
+ redirect_to root_path
+ end
+end
Event Timeline
Log In to Comment