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

Add configuration to disable authentication methods #28

Closed
To-om opened this issue Sep 8, 2017 · 0 comments
Closed

Add configuration to disable authentication methods #28

To-om opened this issue Sep 8, 2017 · 0 comments
Assignees
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Sep 8, 2017

Authentication methods (how client prove its identity in a request: session cookie, basic authentication, api key, ...) should be configurable.
By default all authentication methods are enable but can be disable with the configuration auth.methods.${methodName}=false.
Available method names are: session, key, basic and init (and maybe pki soon #26).

@To-om To-om added this to the 1.3.0 milestone Sep 8, 2017
@To-om To-om self-assigned this Sep 8, 2017
@To-om To-om closed this as completed Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant