Welcome to authproxy demo page

authentification url

You can login at: /auth/signin

You can logout at: /auth/signout

You can see wsgi environ at: /auth/info

You can access a private page if you are authenticated: /auth/private

You can access a the admin page if you are authorized to: /auth/admin

authentification modes

You can test authentication by digest: /auth/private_digest

You can test authentication by basic authentication: /auth/private_basic

You can test authentication by form : /auth/private_form

You can test authentication by openid : /auth/private_openid

You can test authentication by default (usually form) : /auth/private