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

4.x: MP OIDC guide uses cookie-use=false #9518

Open
romain-grecourt opened this issue Nov 21, 2024 · 0 comments · May be fixed by #9543
Open

4.x: MP OIDC guide uses cookie-use=false #9518

romain-grecourt opened this issue Nov 21, 2024 · 0 comments · May be fixed by #9543
Assignees
Labels

Comments

@romain-grecourt
Copy link
Contributor

Environment Details

  • Helidon Version: 4.1.4
  • Helidon MP

Problem Description

The Helidon MP OIDC Security Provider guide does not work, authentication does not work.

Unlike the SE guide, the MP guide uses cookie-use=false, see the docs.

The change was introduced in #8868

I.e.

security:
  providers:
    - oidc:
        # ...
        cookie-use: "false"

AFAIK the redirect endpoint uses either cookie or query param to pass the tokens to the original URI.

@github-project-automation github-project-automation bot moved this to Triage in Backlog Nov 21, 2024
@m0mus m0mus moved this from Triage to Sprint Scope in Backlog Nov 21, 2024
@tvallin tvallin linked a pull request Nov 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Sprint Scope
Development

Successfully merging a pull request may close this issue.

2 participants