Skip to content
New issue

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

Handle OIDC errors #4

Open
dimaqq opened this issue Mar 16, 2020 · 1 comment
Open

Handle OIDC errors #4

dimaqq opened this issue Mar 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@dimaqq
Copy link

dimaqq commented Mar 16, 2020

I try http://localhost:3000/openid-connect/redirect_uri?error=access_denied&state=123 (that's my exported port), all I get is an entry in the nginx error log:

==> /var/log/nginx/error.log <==
2020/03/16 09:44:43 [error] 393#393: *17 # _oauth2_openidc_redirect_uri_handler: invalid request to the redirect_uri: code parameter could not be found [error=access_denied&state=123], client: 172.17.0.1, server: , request: "GET /openid-connect/redirect_uri?error=access_denied&state=123 HTTP/1.1", host: "localhost:3000"

I'd imagine some handling for error response. I'm not sure what it ought to be though.

@zandbelt zandbelt added the enhancement New feature or request label Mar 16, 2020
@zandbelt
Copy link
Member

yes, the module is in beta right now, error handling is certainly something that needs to be added/improved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants