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

Doubled path-prefix by SpringAddonsServerOAuth2AuthorizationRequestResolver #182

Closed
ch4mpy opened this issue Jan 31, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@ch4mpy
Copy link
Owner

ch4mpy commented Jan 31, 2024

Describe the bug
When setting a client-uri with a path-prefix, this path is doubled in the built authorization URI

Code sample

com:
  c4-soft:
    springaddons:
      oidc:
        client:
          client-uri: https://localhost:7080/bff

Expected behavior
The response to the authorization-code flow initiation should contain Location with a redirect_uri request parameter like https://localhost:7080/bff/login/oauth2/code/quiz-bff (not https://localhost:7080/bff/bff/login/oauth2/code/quiz-bff)

@ch4mpy ch4mpy added the bug Something isn't working label Jan 31, 2024
@ch4mpy ch4mpy self-assigned this Jan 31, 2024
@ch4mpy
Copy link
Owner Author

ch4mpy commented Feb 1, 2024

Fixed in 7.3.7

@ch4mpy ch4mpy closed this as completed Feb 1, 2024
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

No branches or pull requests

1 participant