Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/b079a0183a74697ae4da5f4a5d2da58f to your computer and use it in GitHub Desktop.
Save r-ryantm/b079a0183a74697ae4da5f4a5d2da58f to your computer and use it in GitHub Desktop.
/nix/store/xflv3a40rby1p234cz6pf52ngafp7l96-lasso-2.6.1
├── include
│   └── lasso
│   ├── backward_comp.h
│   ├── ctypes.h
│   ├── debug.h
│   ├── errors.h
│   ├── export.h
│   ├── id-ff
│   │   ├── defederation.h
│   │   ├── federation.h
│   │   ├── identity.h
│   │   ├── lecp.h
│   │   ├── login.h
│   │   ├── logout.h
│   │   ├── name_identifier_mapping.h
│   │   ├── name_registration.h
│   │   ├── profile.h
│   │   ├── provider.h
│   │   ├── server.h
│   │   └── session.h
│   ├── key.h
│   ├── keyprivate.h
│   ├── lasso_config.h
│   ├── lasso.h
│   ├── logging.h
│   ├── registry.h
│   ├── registry-private.h
│   ├── saml-2.0
│   │   ├── assertion_query.h
│   │   ├── ecp.h
│   │   ├── name_id_management.h
│   │   ├── profile.h
│   │   ├── provider.h
│   │   └── saml2_helper.h
│   ├── utils.h
│   └── xml
│   ├── dsig
│   │   ├── ds_key_info.h
│   │   ├── ds_key_value.h
│   │   ├── ds_rsa_key_value.h
│   │   ├── ds_x509_data.h
│   │   ├── strings.h
│   │   └── xml_dsig.h
│   ├── ecp
│   │   ├── ecp_relaystate.h
│   │   ├── ecp_request.h
│   │   └── ecp_response.h
│   ├── lib_assertion.h
│   ├── lib_authentication_statement.h
│   ├── lib_authn_context.h
│   ├── lib_authn_request_envelope.h
│   ├── lib_authn_request.h
│   ├── lib_authn_response_envelope.h
│   ├── lib_authn_response.h
│   ├── lib_federation_termination_notification.h
│   ├── lib_idp_entries.h
│   ├── lib_idp_entry.h
│   ├── lib_idp_list.h
│   ├── lib_logout_request.h
│   ├── lib_logout_response.h
│   ├── lib_name_identifier_mapping_request.h
│   ├── lib_name_identifier_mapping_response.h
│   ├── lib_register_name_identifier_request.h
│   ├── lib_register_name_identifier_response.h
│   ├── lib_request_authn_context.h
│   ├── lib_scoping.h
│   ├── lib_status_response.h
│   ├── lib_subject.h
│   ├── misc_text_node.h
│   ├── paos_request.h
│   ├── paos_response.h
│   ├── saml-2.0
│   │   ├── saml2_action.h
│   │   ├── saml2_advice.h
│   │   ├── saml2_assertion.h
│   │   ├── saml2_attribute.h
│   │   ├── saml2_attribute_statement.h
│   │   ├── saml2_attribute_value.h
│   │   ├── saml2_audience_restriction.h
│   │   ├── saml2_authn_context.h
│   │   ├── saml2_authn_statement.h
│   │   ├── saml2_authz_decision_statement.h
│   │   ├── saml2_base_idabstract.h
│   │   ├── saml2_condition_abstract.h
│   │   ├── saml2_conditions.h
│   │   ├── saml2_encrypted_element.h
│   │   ├── saml2_evidence.h
│   │   ├── saml2_key_info_confirmation_data.h
│   │   ├── saml2_key_info_confirmation_data_type.h
│   │   ├── saml2_name_id.h
│   │   ├── saml2_one_time_use.h
│   │   ├── saml2_proxy_restriction.h
│   │   ├── saml2_statement_abstract.h
│   │   ├── saml2_strings.h
│   │   ├── saml2_subject_confirmation_data.h
│   │   ├── saml2_subject_confirmation.h
│   │   ├── saml2_subject.h
│   │   ├── saml2_subject_locality.h
│   │   ├── saml2_xsd.h
│   │   ├── samlp2_artifact_resolve.h
│   │   ├── samlp2_artifact_response.h
│   │   ├── samlp2_assertion_id_request.h
│   │   ├── samlp2_attribute_query.h
│   │   ├── samlp2_authn_query.h
│   │   ├── samlp2_authn_request.h
│   │   ├── samlp2_authz_decision_query.h
│   │   ├── samlp2_extensions.h
│   │   ├── samlp2_idp_entry.h
│   │   ├── samlp2_idp_list.h
│   │   ├── samlp2_logout_request.h
│   │   ├── samlp2_logout_response.h
│   │   ├── samlp2_manage_name_id_request.h
│   │   ├── samlp2_manage_name_id_response.h
│   │   ├── samlp2_name_id_mapping_request.h
│   │   ├── samlp2_name_id_mapping_response.h
│   │   ├── samlp2_name_id_policy.h
│   │   ├── samlp2_request_abstract.h
│   │   ├── samlp2_requested_authn_context.h
│   │   ├── samlp2_response.h
│   │   ├── samlp2_scoping.h
│   │   ├── samlp2_status_code.h
│   │   ├── samlp2_status_detail.h
│   │   ├── samlp2_status.h
│   │   ├── samlp2_status_response.h
│   │   ├── samlp2_subject_query_abstract.h
│   │   └── samlp2_terminate.h
│   ├── saml_advice.h
│   ├── saml_assertion.h
│   ├── saml_attribute_designator.h
│   ├── saml_attribute.h
│   ├── saml_attribute_statement.h
│   ├── saml_attribute_value.h
│   ├── saml_audience_restriction_condition.h
│   ├── saml_authentication_statement.h
│   ├── saml_authority_binding.h
│   ├── saml_condition_abstract.h
│   ├── saml_conditions.h
│   ├── saml_name_identifier.h
│   ├── samlp_request_abstract.h
│   ├── samlp_request.h
│   ├── samlp_response_abstract.h
│   ├── samlp_response.h
│   ├── samlp_status_code.h
│   ├── samlp_status.h
│   ├── saml_statement_abstract.h
│   ├── saml_subject_confirmation.h
│   ├── saml_subject.h
│   ├── saml_subject_locality.h
│   ├── saml_subject_statement_abstract.h
│   ├── saml_subject_statement.h
│   ├── soap-1.1
│   │   ├── soap_body.h
│   │   ├── soap_detail.h
│   │   ├── soap_envelope.h
│   │   ├── soap_fault.h
│   │   ├── soap_header.h
│   │   └── xml_soap11.h
│   ├── strings.h
│   ├── tools.h
│   ├── xml_enc.h
│   └── xml.h
├── lib
│   ├── liblasso.a
│   ├── liblasso.la
│   ├── liblasso.so -> liblasso.so.3.13.1
│   ├── liblasso.so.3 -> liblasso.so.3.13.1
│   ├── liblasso.so.3.13.1
│   └── pkgconfig
│   └── lasso.pc
└── share
└── doc
└── lasso
├── book.rst
├── common-knowledge.rst
├── getting-lasso.rst
├── integration.rst
├── language-bindings.rst
├── lasso-architecture.rst
├── liberty-architecture.rst
├── other-profiles.rst
├── preface.rst
├── single-sign-on.rst
├── writing-a-c-sp.txt
├── writing-a-java-sp.txt
├── writing-a-php-sp.txt
└── writing-a-saml2-php-sp.txt
14 directories, 172 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment