We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a developer of a web service, I would like to use multiple authentication methods so my clients can decide which one to use.
Example
var multiAuth = MultiAuthentication.Create() .Add(ApiKeyAuthentication.Create()) .Add(BasicAuthentication.Create());
Acceptance criteria
Authentication
401
The text was updated successfully, but these errors were encountered:
#563 Draft
25fb808
#563 Allow to use multiple authentication methods (#575)
2b63c74
Matasx
Successfully merging a pull request may close this issue.
As a developer of a web service, I would like to use multiple authentication methods so my clients can decide which one to use.
Example
Acceptance criteria
Authentication
module401
, the response is returned to the client401
response when none of the authentication methods workedThe text was updated successfully, but these errors were encountered: