Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
weierophinney opened this issue Dec 31, 2019 · 0 comments
Open

Comments

@weierophinney
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant