hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

samly

1.2.0
1.4.0 1.3.0 1.2.0 1.1.0 1.0.0 1.0.0-rc.1 retired 1.0.0-rc.0 retired 0.10.1 retired 0.10.0 retired 0.9.3 retired 0.9.2 retired 0.9.1 retired 0.9.0 retired 0.8.4 retired 0.8.3 retired 0.8.2 retired 0.8.1 retired 0.8.0 retired 0.7.2 retired 0.7.1 retired 0.7.0 retired 0.6.3 retired 0.6.2 retired 0.6.1 retired 0.6.0 retired 0.5.0 retired 0.4.0 retired 0.1.2 retired

SAML Single-Sign-On Authentication for Plug/Phoenix Applications

HexDocs

Current section

Files

Jump to
Readme
28 Versions
3 Dependencies
Dependants
Files
Activity
Readme 28 Versions 3 Dependencies Dependants Files Activity
samly lib samly config_error.ex
Raw

24 files

      • assertion.ex
      • auth_handler.ex
      • auth_router.ex
      • config_error.ex
      • cspr_router.ex
      • esaml.ex
      • helper.ex
      • idp_data.ex
      • provider.ex
      • router.ex
      • router_util.ex
      • sp_data.ex
      • sp_handler.ex
      • sp_router.ex
      • state.ex
      • subject.ex
    • samly.ex
  • LICENSE
  • README.md
  • mix.exs

Package files

  • config/config.exs
  • lib/samly.ex
  • lib/samly/assertion.ex
  • lib/samly/auth_handler.ex
  • lib/samly/auth_router.ex
  • lib/samly/config_error.ex
  • lib/samly/cspr_router.ex
  • lib/samly/esaml.ex
  • lib/samly/helper.ex
  • lib/samly/idp_data.ex
  • lib/samly/provider.ex
  • lib/samly/router.ex
  • lib/samly/router_util.ex
  • lib/samly/sp_data.ex
  • lib/samly/sp_handler.ex
  • lib/samly/sp_router.ex
  • lib/samly/state.ex
  • lib/samly/state/ets.ex
  • lib/samly/state/session.ex
  • lib/samly/state/store.ex
  • lib/samly/subject.ex
  • LICENSE
  • mix.exs
  • README.md

lib/samly/config_error.ex

defmodule Samly.ConfigError do
@moduledoc false
defexception [:message]
@spec exception(map) :: Exception.t()
def exception(data) when is_map(data) do
%__MODULE__{message: "invalid_config: #{inspect(data)}"}
end
end
hex logo Hex
About Blog Sponsors Status Advisories
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".