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

Add OIDC callback route to http app #9

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

fussel178
Copy link
Member

@fussel178 fussel178 commented Dec 11, 2024

Summary

This PR fixes the OIDC integration not properly handling the OIDC redirect URI.
It adds the route /oidc/callback the the Hono HTTP app that calls the withUser middleware.

Details

n/a

Additional information

n/a

Related links

  • Fixes # .

CLA

  • I have signed the individual contributor's license agreement and sent it to the board of the WüSpace e. V. organization.

@fussel178 fussel178 added the 🐛 bug Something isn't working label Dec 11, 2024
@fussel178 fussel178 requested a review from pklaschka December 11, 2024 14:45
@fussel178 fussel178 self-assigned this Dec 11, 2024
@pklaschka pklaschka requested a review from Copilot December 11, 2024 14:50

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no suggestions.

Copy link
Member

@pklaschka pklaschka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔢

@pklaschka pklaschka merged commit 6c07f47 into main Dec 11, 2024
2 checks passed
@pklaschka pklaschka deleted the fix/add-oidc-callback-handler branch December 11, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants