Alternatively, you can add a fake domain to your
- / etc / hosts (Linux)
- C: \ Windows \ System32 \ drivers \ etc \ hosts (windows)
file. Just add the following lines:
127.0.0.1 www.yourfakedomain.de
After adding this line, you can select something like Microsoft OneDrive App-Center
http:
as your uri redirect.
Since your operating system thinks that the domain belongs to the local host, you can only get your authentication code in your local test domain; -)
source share