Current section

Files

Jump to
esaml src esaml.app.src
Raw

src/esaml.app.src

{application,esaml,
[{description,"SAML for erlang"},
{vsn,"3.2.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,inets,ssl,stdlib,xmerl,cowlib,cowboy,
ranch]},
{licenses,["https://github.com/arekinath/esaml/blob/master/LICENSE"]},
{links,[{"Github","https://github.com/handnot2/esaml"},
{"Original Repo","https://github.com/arekinath/esaml"},
{"K2InformaticsGmbH",
"https://github.com/K2InformaticsGmbH/esaml"},
{"VendorHawk","https://github.com/VendorHawk/esaml"}]},
{env,[{org_name,"SAML Service Provider"},
{org_displayname,"SAML Service Provider @ Some Location"},
{org_url,"http://sp.example.com"},
{tech_contact,[{name,"SAML SP Support"},
{email,"saml-support@sp.example.com"}]},
{trusted_fingerprints,[]}]},
{mod,{esaml,[]}}]}.