Skip to content

Commit

Permalink
added use_redirect_for_idp_req config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
handnot2 committed Oct 5, 2017
1 parent 1806760 commit 204b7ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}

0 comments on commit 204b7ca

Please sign in to comment.