QGIS-Documentation
QGIS-Documentation copied to clipboard
[feature] Add option to use localhost as redirect host for oauth2 (Request in QGIS)
Request for documentation
From pull request QGIS/qgis#55419 Author: @nyalldawson QGIS version: 3.36
[feature] Add option to use localhost as redirect host for oauth2
PR Description:
Some oauth2 implementations (eg the MS Sharepoint implementation) do not support http://127.0.0.1 redirects. They allow only https://127.0.0.1 OR http://localhost redirects.
Since https is not simple to support, instead expose an option to allow localhost for redirects.
Commits tagged with [need-docs] or [FEATURE]
"[feature] Add option to use localhost as redirect host for oauth2\n\nSome oauth2 implementations (eg the MS Sharepoint implementation)\ndo not support http://127.0.0.1 redirects. They allow only\nhttps://127.0.0.1 OR http://localhost redirects.\n\nSince https is not simple to support, instead expose an option\nto allow localhost for redirects."