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

fix(keycloak): remove redundant package-references #488

Conversation

ntruchsess
Copy link
Contributor

Description

remove explicit dependencies on Microsoft.IdentityModel.JsonWebTokens and System.IdentityModel.Tokens.Jwt

Why

those dependencies cause the authentication-framework to fail as they refer to incorrect versions. They are redundant as they are implicitly defined be the reference to Microsoft.AspNetCore.Authentication.JwtBearer

Issue

#325

Checklist

Please delete options that are not relevant.

  • I have followed the contributing guidelines
  • I have performed a self-review of my own code
  • I have successfully tested my changes locally

Copy link

sonarcloud bot commented Feb 7, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@ntruchsess ntruchsess merged commit a46885a into eclipse-tractusx:release/v1.8.0-RC5 Feb 7, 2024
8 checks passed
@ntruchsess ntruchsess deleted the bugfix/jwtbearer_dependency branch February 7, 2024 14:54
@Phil91 Phil91 mentioned this pull request Feb 7, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants