Details
-
Task
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
None
-
None
-
-
5
-
Foundation PM Staging
Description
Some OAuth authorization server providers require that loopback interfaces use IP literal, some require that "localhost" is used, while others accept both:
- http://localhost:1234/somepath // localhost
- http://127.0.0.1:1234/somepath // IPv4
- http://[::1]:1234/somepath // IPv6
To simplify the usage QOAuthHttpServerReplyHandler uses 'localhost' (see this change). But it's relatively easy to change, and should be documented how.
Attachments
Issue Links
- clones
-
QTBUG-124330 [OAuth] Add convenience method for granted scopes
- Closed
- is cloned by
-
QTBUG-124332 [OAuth] Access token expiration convenience functionality
- Closed