AUTHORS.txt
COPYING
MANIFEST.in
README.rst
diagnose.py
ez_setup.py
setup.py
authentic2/__init__.py
authentic2/admin.py
authentic2/app_settings.py
authentic2/forms.py
authentic2/http_utils.py
authentic2/manage.py
authentic2/settings.py
authentic2/urls.py
authentic2/utils.py
authentic2/views.py
authentic2.egg-info/PKG-INFO
authentic2.egg-info/SOURCES.txt
authentic2.egg-info/dependency_links.txt
authentic2.egg-info/not-zip-safe
authentic2.egg-info/requires.txt
authentic2.egg-info/top_level.txt
authentic2/admin_log_view/__init__.py
authentic2/admin_log_view/admin.py
authentic2/admin_log_view/middleware.py
authentic2/admin_log_view/models.py
authentic2/admin_log_view/views.py
authentic2/attribute_aggregator/__init__.py
authentic2/attribute_aggregator/admin.py
authentic2/attribute_aggregator/core.py
authentic2/attribute_aggregator/ldap_sources.py
authentic2/attribute_aggregator/mapping.py
authentic2/attribute_aggregator/models.py
authentic2/attribute_aggregator/signals.py
authentic2/attribute_aggregator/tests.py
authentic2/attribute_aggregator/user_profile.py
authentic2/attribute_aggregator/utils.py
authentic2/attribute_aggregator/xacml_constants.py
authentic2/attribute_aggregator/ldifs/60supann.ldif.txt
authentic2/attribute_aggregator/management/__init__.py
authentic2/attribute_aggregator/management/commands/__init__.py
authentic2/attribute_aggregator/management/commands/agg.py
authentic2/attribute_aggregator/migrations/0001_initial.py
authentic2/attribute_aggregator/migrations/__init__.py
authentic2/auth2_auth/__init__.py
authentic2/auth2_auth/admin.py
authentic2/auth2_auth/backend.py
authentic2/auth2_auth/models.py
authentic2/auth2_auth/urls.py
authentic2/auth2_auth/views.py
authentic2/auth2_auth/auth2_oath/__init__.py
authentic2/auth2_auth/auth2_oath/backend.py
authentic2/auth2_auth/auth2_oath/frontend.py
authentic2/auth2_auth/auth2_oath/models.py
authentic2/auth2_auth/auth2_oath/urls.py
authentic2/auth2_auth/auth2_oath/views.py
authentic2/auth2_auth/auth2_oath/migrations/0001_initial.py
authentic2/auth2_auth/auth2_oath/migrations/__init__.py
authentic2/auth2_auth/auth2_oath/templates/oath/totp_profile.html
authentic2/auth2_auth/auth2_openid/__init__.py
authentic2/auth2_auth/auth2_openid/backend.py
authentic2/auth2_auth/auth2_openid/urls.py
authentic2/auth2_auth/auth2_openid/views.py
authentic2/auth2_auth/auth2_openid/static/openid/images/aol.gif
authentic2/auth2_auth/auth2_openid/static/openid/images/blogger.ico
authentic2/auth2_auth/auth2_openid/static/openid/images/claimid.ico
authentic2/auth2_auth/auth2_openid/static/openid/images/facebook.gif
authentic2/auth2_auth/auth2_openid/static/openid/images/flickr.ico
authentic2/auth2_auth/auth2_openid/static/openid/images/google.gif
authentic2/auth2_auth/auth2_openid/static/openid/images/livejournal.ico
authentic2/auth2_auth/auth2_openid/static/openid/images/myopenid.ico
authentic2/auth2_auth/auth2_openid/static/openid/images/openid-inputicon.gif
authentic2/auth2_auth/auth2_openid/static/openid/images/openid.gif
authentic2/auth2_auth/auth2_openid/static/openid/images/technorati.ico
authentic2/auth2_auth/auth2_openid/static/openid/images/verisign.ico
authentic2/auth2_auth/auth2_openid/static/openid/images/vidoop.ico
authentic2/auth2_auth/auth2_openid/static/openid/images/wordpress.ico
authentic2/auth2_auth/auth2_openid/static/openid/images/yahoo.gif
authentic2/auth2_auth/auth2_openid/static/openid/js/openid-jquery.js
authentic2/auth2_auth/auth2_openid/templates/auth/openid_profile.html
authentic2/auth2_auth/auth2_ssl/README
authentic2/auth2_auth/auth2_ssl/__init__.py
authentic2/auth2_auth/auth2_ssl/admin.py
authentic2/auth2_auth/auth2_ssl/authentic_ssl.vhost
authentic2/auth2_auth/auth2_ssl/backend.py
authentic2/auth2_auth/auth2_ssl/forms.py
authentic2/auth2_auth/auth2_ssl/frontend.py
authentic2/auth2_auth/auth2_ssl/login_ssl.py
authentic2/auth2_auth/auth2_ssl/middleware.py
authentic2/auth2_auth/auth2_ssl/models.py
authentic2/auth2_auth/auth2_ssl/util.py
authentic2/auth2_auth/auth2_ssl/views.py
authentic2/auth2_auth/auth2_ssl/migrations/0001_initial.py
authentic2/auth2_auth/auth2_ssl/migrations/__init__.py
authentic2/auth2_auth/auth2_ssl/templates/ssl/profile.html
authentic2/auth2_auth/migrations/0001_initial.py
authentic2/auth2_auth/migrations/0002_auto__chg_field_authenticationevent_nonce.py
authentic2/auth2_auth/migrations/__init__.py
authentic2/auth2_auth/templates/auth/login_password_profile.html
authentic2/auth2_auth/templatetags/__init__.py
authentic2/auth2_auth/templatetags/misc.py
authentic2/authsaml2/README
authentic2/authsaml2/__init__.py
authentic2/authsaml2/backends.py
authentic2/authsaml2/frontend.py
authentic2/authsaml2/models.py
authentic2/authsaml2/saml2_endpoints.py
authentic2/authsaml2/signals.py
authentic2/authsaml2/urls.py
authentic2/authsaml2/utils.py
authentic2/authsaml2/migrations/0001_initial.py
authentic2/authsaml2/migrations/0002_auto__del_authorizationattributemap__del_idpoptionspolicy__del_attribu.py
authentic2/authsaml2/migrations/0003_auto__del_myserviceprovider.py
authentic2/authsaml2/migrations/__init__.py
authentic2/authsaml2/templates/error_authsaml2.html
authentic2/authsaml2/templates/profile.html
authentic2/authsaml2/templates/auth/saml2/account_linking.html
authentic2/authsaml2/templates/auth/saml2/login_form.html
authentic2/authsaml2/templates/auth/saml2/logout.html
authentic2/idp/__init__.py
authentic2/idp/admin.py
authentic2/idp/attributes.py
authentic2/idp/interactions.py
authentic2/idp/middleware.py
authentic2/idp/models.py
authentic2/idp/signals.py
authentic2/idp/urls.py
authentic2/idp/views.py
authentic2/idp/idp_cas/__init__.py
authentic2/idp/idp_cas/constants.py
authentic2/idp/idp_cas/models.py
authentic2/idp/idp_cas/views.py
authentic2/idp/idp_openid/__init__.py
authentic2/idp/idp_openid/admin.py
authentic2/idp/idp_openid/conf.py
authentic2/idp/idp_openid/context_processors.py
authentic2/idp/idp_openid/middleware.py
authentic2/idp/idp_openid/models.py
authentic2/idp/idp_openid/openid_store.py
authentic2/idp/idp_openid/urls.py
authentic2/idp/idp_openid/utils.py
authentic2/idp/idp_openid/views.py
authentic2/idp/idp_openid/migrations/0001_initial.py
authentic2/idp/idp_openid/migrations/__init__.py
authentic2/idp/idp_openid/templates/idp/openid/base.html
authentic2/idp/idp_openid/templates/idp/openid/decide.html
authentic2/idp/idp_openid/templates/idp/openid/discovery.html
authentic2/idp/idp_openid/templates/idp/openid/error.html
authentic2/idp/idp_openid/templates/idp/openid/xrds.xml
authentic2/idp/idp_openid/templatetags/__init__.py
authentic2/idp/management/__init__.py
authentic2/idp/management/commands/__init__.py
authentic2/idp/management/commands/cleanup.py
authentic2/idp/migrations/0001_initial.py
authentic2/idp/migrations/0002_auto__del_userconsent__add_userconsentattributes.py
authentic2/idp/migrations/0003_auto__add_userprofile.py
authentic2/idp/migrations/0004_auto__add_attributepolicy__add_attributelist__add_attributeitem.py
authentic2/idp/migrations/0005_auto__add_field_attributepolicy_enabled.py
authentic2/idp/migrations/0006_auto__add_field_attributepolicy_ask_consent_attributes.py
authentic2/idp/migrations/0007_auto__add_field_attributepolicy_allow_attributes_selection.py
authentic2/idp/migrations/__init__.py
authentic2/idp/saml/__init__.py
authentic2/idp/saml/backend.py
authentic2/idp/saml/common.py
authentic2/idp/saml/idff12_endpoints.py
authentic2/idp/saml/saml2_endpoints.py
authentic2/idp/static/authentic2/css/style.css
authentic2/idp/static/authentic2/images/README
authentic2/idp/static/authentic2/images/a1.gif
authentic2/idp/static/authentic2/images/a10.jpg
authentic2/idp/static/authentic2/images/a16.gif
authentic2/idp/static/authentic2/images/a18.gif
authentic2/idp/static/authentic2/images/a22.gif
authentic2/idp/static/authentic2/images/a33.gif
authentic2/idp/static/authentic2/images/a50.gif
authentic2/idp/static/authentic2/images/a8.gif
authentic2/idp/static/authentic2/images/ko.png
authentic2/idp/static/authentic2/images/ok.png
authentic2/idp/static/jquery/css/jquery-ui-1.8.6.custom.css
authentic2/idp/static/jquery/css/jquery-ui.custom.css
authentic2/idp/static/jquery/images/jquery-custom/ui-bg_diagonals-thick_18_b81900_40x40.png
authentic2/idp/static/jquery/images/jquery-custom/ui-bg_diagonals-thick_20_666666_40x40.png
authentic2/idp/static/jquery/images/jquery-custom/ui-bg_flat_10_000000_40x100.png
authentic2/idp/static/jquery/images/jquery-custom/ui-bg_glass_100_f6f6f6_1x400.png
authentic2/idp/static/jquery/images/jquery-custom/ui-bg_glass_100_fdf5ce_1x400.png
authentic2/idp/static/jquery/images/jquery-custom/ui-bg_glass_65_ffffff_1x400.png
authentic2/idp/static/jquery/images/jquery-custom/ui-bg_highlight-soft_100_ffffff_1x100.png
authentic2/idp/static/jquery/images/jquery-custom/ui-bg_highlight-soft_75_ffe45c_1x100.png
authentic2/idp/static/jquery/images/jquery-custom/ui-bg_inset-soft_35_ff7800_1x100.png
authentic2/idp/static/jquery/images/jquery-custom/ui-icons_222222_256x240.png
authentic2/idp/static/jquery/images/jquery-custom/ui-icons_228ef1_256x240.png
authentic2/idp/static/jquery/images/jquery-custom/ui-icons_ef8c08_256x240.png
authentic2/idp/static/jquery/images/jquery-custom/ui-icons_ffd27a_256x240.png
authentic2/idp/static/jquery/images/jquery-custom/ui-icons_ffffff_256x240.png
authentic2/idp/static/jquery/js/jquery-ui.js
authentic2/idp/static/jquery/js/jquery.DOMWindow.js
authentic2/idp/static/jquery/js/jquery.cookie.js
authentic2/idp/static/jquery/js/jquery.flexselect.js
authentic2/idp/static/jquery/js/jquery.js
authentic2/idp/static/jquery/js/jquery.qrcode.js
authentic2/idp/static/jquery/js/jquery.simplemodal.js
authentic2/idp/static/jquery/js/qrcode.js
authentic2/idp/static/ulx/css/ulx.css
authentic2/idp/static/ulx/images/arrow-r.png
authentic2/idp/static/ulx/images/arrow.png
authentic2/idp/static/ulx/images/box-bottom.png
authentic2/idp/static/ulx/images/box-main.png
authentic2/idp/static/ulx/images/box-top.png
authentic2/idp/static/ulx/images/close-hover.png
authentic2/idp/static/ulx/images/close.png
authentic2/idp/static/ulx/images/item-hover.png
authentic2/idp/static/ulx/images/item-hover2.png
authentic2/idp/static/ulx/images/item.png
authentic2/idp/static/ulx/images/item2.png
authentic2/idp/static/ulx/images/overlay.png
authentic2/idp/static/ulx/images/search-active.png
authentic2/idp/static/ulx/images/search.png
authentic2/idp/static/ulx/js/actions.js
authentic2/idp/templates/idp/account_management.html
authentic2/idp/templates/idp/homepage.html
authentic2/idp/templates/idp/logout.html
authentic2/idp/templatetags/__init__.py
authentic2/idp/templatetags/breadcrumbs.py
authentic2/locale/fr/LC_MESSAGES/django.po
authentic2/nonce/__init__.py
authentic2/nonce/models.py
authentic2/nonce/utils.py
authentic2/saml/__init__.py
authentic2/saml/admin.py
authentic2/saml/common.py
authentic2/saml/fields.py
authentic2/saml/models.py
authentic2/saml/saml11utils.py
authentic2/saml/saml2utils.py
authentic2/saml/x509utils.py
authentic2/saml/fixtures/initial_data.json
authentic2/saml/management/__init__.py
authentic2/saml/management/commands/__init__.py
authentic2/saml/management/commands/sync-metadata.py
authentic2/saml/migrations/0001_initial.py
authentic2/saml/migrations/0002_auto__add_field_libertyprovider_federation_source.py
authentic2/saml/migrations/0003_auto__add_idpoptionssppolicy__add_authorizationattributemapping__add_a.py
authentic2/saml/migrations/0004_auto__chg_field_authorizationattributemapping_source_attribute_name__c.py
authentic2/saml/migrations/0005_auto__del_unique_libertyprovider_name.py
authentic2/saml/migrations/0006_auto__add_field_libertysessiondump_kind.py
authentic2/saml/migrations/0007_auto__add_libertyproviderpolicy__add_field_libertyserviceprovider_poli.py
authentic2/saml/migrations/0008_auto__del_libertyattributemapping__del_libertyattributemap__del_field_.py
authentic2/saml/migrations/0009_auto__add_spoptionsidppolicy__del_field_libertyserviceprovider_prefere.py
authentic2/saml/migrations/0010_auto__add_field_spoptionsidppolicy_enabled.py
authentic2/saml/migrations/0011_auto__add_field_idpoptionssppolicy_handle_persistent__add_field_idpopt.py
authentic2/saml/migrations/0012_auto__add_field_libertyserviceprovider_enable_following_attribute_poli.py
authentic2/saml/migrations/0013_auto__add_field_idpoptionssppolicy_accept_slo.py
authentic2/saml/migrations/0014_auto__add_field_idpoptionssppolicy_forward_slo.py
authentic2/saml/migrations/0015_auto__add_field_spoptionsidppolicy_accept_slo.py
authentic2/saml/migrations/0016_auto__add_field_spoptionsidppolicy_forward_slo.py
authentic2/saml/migrations/0017_auto__del_field_idpoptionssppolicy_user_consent__add_field_idpoptionss.py
authentic2/saml/migrations/__init__.py
authentic2/saml/templates/saml/post_form.html
authentic2/templates/404.html
authentic2/templates/500.html
authentic2/templates/base.html
authentic2/templates/error.html
authentic2/templates/error_ssl.html
authentic2/templates/iframe.html
authentic2/templates/redirect.html
authentic2/templates/admin/base_site.html
authentic2/templates/admin/log_view.html
authentic2/templates/auth/account_linking_ssl.html
authentic2/templates/auth/login.html
authentic2/templates/auth/login_form.html
authentic2/templates/auth/login_form_oath.html
authentic2/templates/auth/login_form_openid.html
authentic2/templates/auth/login_form_ssl.html
authentic2/templates/authopenid/associate.html
authentic2/templates/authopenid/associate_email.txt
authentic2/templates/authopenid/associate_email_subject.txt
authentic2/templates/authopenid/complete.html
authentic2/templates/authopenid/dissociate.html
authentic2/templates/authopenid/failure.html
authentic2/templates/authopenid/password_change_form.html
authentic2/templates/authopenid/signin-iframe.html
authentic2/templates/authopenid/signin.html
authentic2/templates/authopenid/yadis.xrdf
authentic2/templates/django_openid_provider/manage_id.html
authentic2/templates/django_openid_provider/manage_id_confirm.html
authentic2/templates/django_openid_provider/manage_trustroot.html
authentic2/templates/django_openid_provider/server.html
authentic2/templates/interaction/consent.html
authentic2/templates/interaction/consent_attributes.html
authentic2/templates/interaction/consent_federation.html
authentic2/templates/profiles/create_profile.html
authentic2/templates/profiles/edit_profile.html
authentic2/templates/profiles/profile_detail.html
authentic2/templates/registration/activate.html
authentic2/templates/registration/activation_complete.html
authentic2/templates/registration/activation_email.txt
authentic2/templates/registration/activation_email_subject.txt
authentic2/templates/registration/login.html
authentic2/templates/registration/logout.html
authentic2/templates/registration/password_change_done.html
authentic2/templates/registration/password_change_form.html
authentic2/templates/registration/password_reset_complete.html
authentic2/templates/registration/password_reset_confirm.html
authentic2/templates/registration/password_reset_done.html
authentic2/templates/registration/password_reset_email.html
authentic2/templates/registration/password_reset_form.html
authentic2/templates/registration/registration_complete.html
authentic2/templates/registration/registration_form.html
authentic2/vendor/__init__.py
authentic2/vendor/dpam/__init__.py
authentic2/vendor/dpam/backends.py
authentic2/vendor/dpam/pam.py
authentic2/vendor/oath/TODO
authentic2/vendor/oath/__init__.py
authentic2/vendor/oath/hotp.py
authentic2/vendor/registration/__init__.py
authentic2/vendor/registration/admin.py
authentic2/vendor/registration/auth_urls.py
authentic2/vendor/registration/forms.py
authentic2/vendor/registration/models.py
authentic2/vendor/registration/signals.py
authentic2/vendor/registration/urls.py
authentic2/vendor/registration/views.py
authentic2/vendor/registration/backends/__init__.py
authentic2/vendor/registration/backends/default/__init__.py
authentic2/vendor/registration/backends/default/urls.py
authentic2/vendor/registration/backends/simple/__init__.py
authentic2/vendor/registration/backends/simple/urls.py
authentic2/vendor/registration/locale/ar/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/bg/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/da/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/de/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/el/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/en/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/es/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/es_AR/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/fr/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/he/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/is/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/it/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/ja/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/ko/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/nl/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/pl/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/pt_BR/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/ru/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/sl/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/sr/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/sv/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/zh_CN/LC_MESSAGES/django.po
authentic2/vendor/registration/locale/zh_TW/LC_MESSAGES/django.po
authentic2/vendor/registration/management/__init__.py
authentic2/vendor/registration/management/commands/__init__.py
authentic2/vendor/registration/management/commands/cleanupregistration.py
authentic2/vendor/registration/tests/__init__.py
authentic2/vendor/registration/tests/backends.py
authentic2/vendor/registration/tests/forms.py
authentic2/vendor/registration/tests/models.py
authentic2/vendor/registration/tests/urls.py
authentic2/vendor/registration/tests/views.py
authentic2/vendor/totp_js/README.rst
authentic2/vendor/totp_js/__init__.py
authentic2/vendor/totp_js/totp_bookmarklet.py
authentic2/vendor/totp_js/js/crypto.js
authentic2/vendor/totp_js/js/hotp.js
authentic2/vendor/totp_js/js/my-otp.js
data/certificate.pem
data/private-key.pem
doc/administration_with_policies.rst
doc/attribute_management.rst
doc/attribute_management_explained.rst
doc/attributes_in_session.rst
doc/auth_ldap.rst
doc/auth_pam.rst
doc/change_db.rst
doc/config_cas_idp.rst
doc/config_cas_sp.rst
doc/config_saml2_idp.rst
doc/config_saml2_sp.rst
doc/consent_management.rst
doc/features.rst
doc/index.rst
doc/installation.rst
doc/production.rst
doc/saml2_slo.rst
doc/settings.rst
doc/sync-metadata_script.rst
doc/upgrading.rst
doc/where_metadata.rst
doc/pictures/alias_in_source.png
doc/pictures/alias_in_source_saved.png
doc/pictures/attr_policy_filter_attributes.png
doc/pictures/attr_policy_filter_attributes_map.png
doc/pictures/attr_policy_filter_attributes_source.png
doc/pictures/attr_policy_filter_source.png
doc/pictures/attr_policy_forward.png
doc/pictures/attr_policy_map_ns.png
doc/pictures/attr_source_idp.png
doc/pictures/attr_source_idp_claims.png
doc/pictures/attr_source_idp_saved.png
doc/pictures/attribute_item.png
doc/pictures/attribute_item_saved.png
doc/pictures/attribute_list.png
doc/pictures/attribute_list_saved.png
doc/pictures/attributes_consent.png
doc/pictures/eo_logo.png
doc/pictures/eo_logo_t.png
doc/pictures/error_no_idp_options.png
doc/pictures/error_no_sp_options.png
doc/pictures/federation_consent_idp.png
doc/pictures/federation_consent_sp.png
doc/pictures/idp_options_all.png
doc/pictures/idp_options_default.png
doc/pictures/idp_options_regular.png
doc/pictures/idp_options_regular_modify_sp.png
doc/pictures/idp_options_regular_saved.png
doc/pictures/ldapsource.png
doc/pictures/ldapsource_saved.png
doc/pictures/new_saml2_idp_1.png
doc/pictures/new_saml2_idp_2.png
doc/pictures/new_saml2_idp_saved.png
doc/pictures/new_saml2_sp_1.png
doc/pictures/new_saml2_sp_2.png
doc/pictures/new_saml2_sp_saved.png
doc/pictures/policy_pull.png
doc/pictures/policy_pull_renamed.png
doc/pictures/policy_pull_saved.png
doc/pictures/slo_idp_options_activated.png
doc/pictures/slo_idp_options_deactivated.png
doc/pictures/slo_sp_options_activated.png
doc/pictures/slo_sp_options_deactivated.png
doc/pictures/sp_options_all.png
doc/pictures/sp_options_default.png
doc/pictures/sp_options_default_saved.png
doc/pictures/sp_options_regular.png
doc/pictures/sp_options_regular_modify_sp.png
doc/pictures/sp_options_regular_saved.png
doc/pictures/sp_policy_pull.png
doc/pictures/sp_policy_pull_saved.png
doc/pictures/update_metadata.png
doc/pictures/update_metadata_done.png
doc/pictures/user_profile_source.png
doc/pictures/user_profile_source_saved.png
tests/integration/saml2/__init__.py
tests/integration/saml2/idp.db
tests/integration/saml2/idp_manage.py
tests/integration/saml2/sp.db
tests/integration/saml2/sp_manage.py
tests/integration/saml2/test_00_config.py