samly v0.6.2 Samly View Source
Elixir library used to enable SAML SP SSO to a Phoenix/Plug based application.
Link to this section Summary
Functions
Returns authenticated user SAML Assertion
Returns value of the specified attribute name in the given SAML Assertion
Link to this section Functions
Returns authenticated user SAML Assertion.
The struct includes the attributes sent from IdP as well as any corresponding locally
computed/derived attributes. Returns nil
if the current Plug session
is not authenticated.
Returns value of the specified attribute name in the given SAML Assertion.
Checks for the attribute in computed
map first and attributes
map next.
Returns nil
if not present in either.