Pocket-id - Scope is required #579
Answered by
steveiliop56
Jan 13, 2026
Replies: 5 comments
|
Hello, You probably forgot to include the OAuth scopes config. Can you please share your configuration? |
0 replies
|
This is the tinyauth .env file, slightly redacted auth.domain.com is tinyauth And this is from NPM advanced tab on my test site: |
0 replies
|
Just tried to do the same setup of tinyauth in docker, and there it works :) Will try to set it up again in the LXC. |
0 replies
|
As a first debug setup, you could try enclosing everything in quotes ( |
0 replies
Answer selected by
Boss-man
|
Thanks. That did the trick. It probably didn't like the spaces in the scopes variable, as it seem the other variables was working. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

As a first debug setup, you could try enclosing everything in quotes (
") to ensure that they are being passed correctly to Tinyauth. There is a chance that your shell misinterprets them.