We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from logs: ERROR: Invalid auth request: missing 'openid' in 'scope'
The text was updated successfully, but these errors were encountered:
I'm going to try to fix this today. This function doesn't maintain the scope query params https://github.com/coreos/dex/blob/2a1d32e6e8e983cebdb50999ddd5c2cc73a945e8/server/register.go#L283
Sorry, something went wrong.
Awesome - thanks @stongo
server: add scope to newLoginURLFromSession
7d0ecf9
need to make sure the scope is present otherwise will be considered an invalid request fixes dexidp#135
bobbyrullo
Successfully merging a pull request may close this issue.
from logs:
ERROR: Invalid auth request: missing 'openid' in 'scope'
The text was updated successfully, but these errors were encountered: