Conversation
Codecov Report
@@ Coverage Diff @@
## master #1044 +/- ##
==========================================
- Coverage 78.71% 78.03% -0.69%
==========================================
Files 83 84 +1
Lines 3871 4033 +162
==========================================
+ Hits 3047 3147 +100
- Misses 554 605 +51
- Partials 270 281 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
My organization is interested in ability to authenticate requests based on #254 mentions that oauth2_client_credentials authenticator can be used as workaround for that but we were not successful with it. Would it be possible for you to provide some guidance on how to achieve that @aeneasr ? Or does it require new feature/code brought by this PR ? |
|
Seems to be useful. Pinned. |
|
Basic authentication is great for instance, legacy systems. Ory is great with all available authorizers, can we add this one too? |
Basic authentication is sometimes useful for content that should not be publicly accessible, but does not need the level of security of other authentication methods. Ex. in-development web pages, temporarily hidden content.
It should work in combination with
WWW-Authenticateerror handler.Related issue(s)
#254
This issue is quite old, but I today stumbled upon situation where basic authn could be useful to me - so I've decided to implement it.
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
security@ory.sh) from the maintainers to push
the changes.
works.
Further comments
I will prepare a PR to docs if this feat gets approved.