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

Helidon role mapper doesn't support multiple IDCS service cells (or OIDC configs) #8775

Open
arnmohan opened this issue May 17, 2024 · 1 comment
Assignees
Labels
3.x Issues for 3.x version branch enhancement New feature or request P3 security
Projects

Comments

@arnmohan
Copy link

arnmohan commented May 17, 2024

Environment Details

  • Helidon Version: 3.2.8
  • Helidon SE or Helidon MP : Helidon MP
  • JDK version: JDK 17

Problem Description

Problem -
Helidon IDCS role mapper currently doesn’t support multiple IDCS service cells (or OIDC configs)

It has only one oidc config - URI, client id , secret is defined in configuration and roles are loaded.

     oidc-config:
            client-id: "client-id"
            client-secret: " "
            identity-uri: "IDCS identity server address"

For multi-tenant environment, this approach is not sufficient, as each tenant has a different URI for IDCS. This affects any MT deployment using IDCS cross tenancy.

@github-actions github-actions bot added this to Triage in Backlog May 17, 2024
@m0mus m0mus added enhancement New feature or request security 3.x Issues for 3.x version branch 4.x Version 4.x P3 and removed 4.x Version 4.x labels May 23, 2024
@romain-grecourt
Copy link
Contributor

romain-grecourt commented May 23, 2024

@arnmohan please do NOT share internal links on GitHub.

@m0mus m0mus moved this from Triage to Normal priority in Backlog May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch enhancement New feature or request P3 security
Projects
Backlog
  
Normal priority
Development

No branches or pull requests

4 participants