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

OIDC Provider fails because outbound security is not configured, and cannot be #1181

Closed
asantaga opened this issue Dec 3, 2019 · 0 comments · Fixed by #1226
Closed

OIDC Provider fails because outbound security is not configured, and cannot be #1181

asantaga opened this issue Dec 3, 2019 · 0 comments · Fixed by #1226
Assignees
Labels
bug Something isn't working P1 security
Projects
Milestone

Comments

@asantaga
Copy link
Contributor

asantaga commented Dec 3, 2019

Environment Details

  • Helidon Version: 1.4.0
  • Helidon MP
  • JDK version: 11
  • OS: Windows
  • Docker version (if applicable):

Problem Description

When configuring an application with OIDC provider you will get an error indicating an unsupported operation exception.

Workaround

Assuming you dont need the outbound provider remove the outbound client dependancy.

        <dependency>
            <groupId>io.helidon.microprofile.bundles</groupId>
            <artifactId>helidon-microprofile</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>io.helidon.security.integration</groupId>
                    <artifactId>helidon-security-integration-jersey-client</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
@tomas-langer tomas-langer added the bug Something isn't working label Dec 6, 2019
@tomas-langer tomas-langer added this to Needs triage in Backlog via automation Dec 6, 2019
@tomas-langer tomas-langer added this to the 1.4.1 milestone Dec 6, 2019
@tomas-langer tomas-langer moved this from Needs triage to High priority in Backlog Dec 10, 2019
@tomas-langer tomas-langer self-assigned this Dec 10, 2019
@tomas-langer tomas-langer moved this from High priority to In Progress in Backlog Dec 10, 2019
Backlog automation moved this from In Progress to Closed Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 security
Projects
Backlog
  
Closed
Development

Successfully merging a pull request may close this issue.

2 participants