From 204b7ca83ad2d721f569492424ac52643c06bdeb Mon Sep 17 00:00:00 2001 From: handnot2 Date: Wed, 4 Oct 2017 22:48:01 -0700 Subject: [PATCH] added use_redirect_for_idp_req config parameter --- config/dev.exs | 1 + mix.exs | 2 +- mix.lock | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/dev.exs b/config/dev.exs index 8f3959c..07490c1 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -52,6 +52,7 @@ config :phoenix, :stacktrace_depth, 20 config :samly, Samly.Provider, #base_url: "http://samly.howto:4003/sso", #entity_id: "urn:myhost-name:my-id", + #use_redirect_for_idp_req: false, #sign_requests: true, #sign_metadata: true, #signed_assertion_in_idp_resp: true, diff --git a/mix.exs b/mix.exs index 9b49729..17df01c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule SamlyHowto.Mixfile do def project do [ app: :samly_howto, - version: "0.4.0", + version: "0.5.0", elixir: "~> 1.4", elixirc_paths: elixirc_paths(Mix.env), compilers: [:phoenix, :gettext] ++ Mix.compilers, diff --git a/mix.lock b/mix.lock index 34d4c91..8d768b4 100644 --- a/mix.lock +++ b/mix.lock @@ -11,4 +11,4 @@ "plug": {:hex, :plug, "1.4.3", "236d77ce7bf3e3a2668dc0d32a9b6f1f9b1f05361019946aae49874904be4aed", [], [{:cowboy, "~> 1.0.1 or ~> 1.1", [hex: :cowboy, repo: "hexpm", optional: true]}, {:mime, "~> 1.0", [hex: :mime, repo: "hexpm", optional: false]}], "hexpm"}, "poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [], [], "hexpm"}, "ranch": {:hex, :ranch, "1.3.2", "e4965a144dc9fbe70e5c077c65e73c57165416a901bd02ea899cfd95aa890986", [], [], "hexpm"}, - "samly": {:hex, :samly, "0.7.1", "deaeb2432e359358438ea8c3daad364ae23f5c7af19c3345c6669af96df89729", [], [{:esaml, "~> 3.1", [hex: :esaml, repo: "hexpm", optional: false]}, {:plug, "~> 1.4", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm"}} + "samly": {:hex, :samly, "0.7.2", "7048c1a12c960b563bd0d9be6ecc4196cdcb2b6069c533218546ef80b7077e26", [], [{:esaml, "~> 3.1", [hex: :esaml, repo: "hexpm", optional: false]}, {:plug, "~> 1.4", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm"}}