summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/e2e1
-rwxr-xr-xbin/idp1
-rwxr-xr-xbin/ui1
3 files changed, 0 insertions, 3 deletions
diff --git a/bin/e2e b/bin/e2e
index f4824ec..fc7ca5b 100755
--- a/bin/e2e
+++ b/bin/e2e
@@ -21,4 +21,3 @@ $BROWSER http://ui.example.com:8080/oidc/new
curl http://api.example.com:8080/projects.json
curl -H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2YmYxZTlmMy02OGIwLTQ4NmYtOGVlZi0wODFmZTg2YjJlODMiLCJpYXQiOjE3NDEyOTAzMzJ9.e30=' -XPOST http://api.example.com:8080/projects --data '{"name": "gitlab"}'
curl http://api.example.com:8080/projects.json
-
diff --git a/bin/idp b/bin/idp
index 7229be6..e925512 100755
--- a/bin/idp
+++ b/bin/idp
@@ -125,7 +125,6 @@ module Authx
end
def resource_from(global_id)
- # TODO:: Parse global id and convert to class
GlobalID::Locator.locate(global_id)
end
diff --git a/bin/ui b/bin/ui
index 135f8d8..5e596de 100755
--- a/bin/ui
+++ b/bin/ui
@@ -65,7 +65,6 @@ class UI
when "/saml/new"
return saml_post_to_idp(Rack::Request.new(env))
else
- # return saml_post_to_idp(Rack::Request.new(env))
return redirect_to("/saml/new")
end
when 'POST'