Skip to content

eyrmedical/elixir_saml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElixirSAML

Installation

If available in Hex, the package can be installed as:

  1. Add elixir_saml to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:elixir_saml, "~> 0.3"}]
end
```

About SAML

Security Assertion Markup Language (SAML) documents contains signed and verified information from an authentication and/or identity provider.

A SAML document consists of a Signature, a Conditions Statement, an Assertion and some metadata about formatting, response status and errors.

This library provides utility modules to check conditions, verify signatures and return the parsed assertion as a struct: %Identity{}.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages