[Webkit-unassigned] [Bug 258190] New: [Curl] An authentication dialog is displayed during Bearer authentication

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 16 00:47:08 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=258190

            Bug ID: 258190
           Summary: [Curl] An authentication dialog is displayed during
                    Bearer authentication
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kenji.shukuwa at open-tec.co.jp

When you access the URL below, an authentication dialog will be displayed.
But that URL requires Bearer authentication instead of Basic/Digest authentication.
Bearer authentication is not password authentication and should not be challenged.
Furthermore, authentication challenges should not performed for unsupported authentication schemes.

https://api.box.com/

---
> curl -I https://api.box.com/
HTTP/2 401
date: Fri, 16 Jun 2023 07:38:56 GMT
strict-transport-security: max-age=31536000
www-authenticate: Bearer realm="Service", error="invalid_request", error_description="The access token was not found."
---

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230616/c84e7236/attachment.htm>


More information about the webkit-unassigned mailing list