Skip to content

The authorization page is not correct if deny_by_default is TRUE #21

@weierophinney

Description

@weierophinney

The authorization page says "A check means authentication is required for the given combination of service and HTTP method.".

But with the following configuration a check means just the opposite.

array(
    'zf-mvc-auth' => array(
        'deny_by_default' => true
    ),
)

Originally posted by @pietervogelaar at zfcampus/zf-mvc-auth#44

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions