    [paste.app_factory]
    mock_oauth_admin = wsgioauth.mock:app_factory
    mock_echo_app = wsgioauth.mock:echo_app_factory
    [paste.filter_app_factory]
    mock_oauth_filter = wsgioauth.mock:filter_factory

    [wsgioauth_authentication]
    no_auth = wsgioauth.provider:no_auth
    user_grabber = wsgioauth.provider:user_grabber
    [wsgioauth_signatures]
    plaintext = wsgioauth.signatures:PLAINTEXT
    hmac_sha1 = wsgioauth.signatures:HMAC_SHA1
    