Skip to content

Commit 204b7ca

Browse files
committed
added use_redirect_for_idp_req config parameter
1 parent 1806760 commit 204b7ca

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

config/dev.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ config :phoenix, :stacktrace_depth, 20
5252
config :samly, Samly.Provider,
5353
#base_url: "http://samly.howto:4003/sso",
5454
#entity_id: "urn:myhost-name:my-id",
55+
#use_redirect_for_idp_req: false,
5556
#sign_requests: true,
5657
#sign_metadata: true,
5758
#signed_assertion_in_idp_resp: true,

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule SamlyHowto.Mixfile do
44
def project do
55
[
66
app: :samly_howto,
7-
version: "0.4.0",
7+
version: "0.5.0",
88
elixir: "~> 1.4",
99
elixirc_paths: elixirc_paths(Mix.env),
1010
compilers: [:phoenix, :gettext] ++ Mix.compilers,

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"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"},
1212
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [], [], "hexpm"},
1313
"ranch": {:hex, :ranch, "1.3.2", "e4965a144dc9fbe70e5c077c65e73c57165416a901bd02ea899cfd95aa890986", [], [], "hexpm"},
14-
"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"}}
14+
"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"}}

0 commit comments

Comments
 (0)