cancel
Showing results for 
Search instead for 
Did you mean: 
doran.george
Staff
Staff
Status: New

Currently in UXB security, one can setup only one KeyCloak for OIDC:

Requesting an enhancement to allow multiple KeyCloak connections.

 

spring:
iam:
clientType: "OIDC"
roleAttribute: "roles"
attributes:
- displayName: "User ID"
attributeName: "preferred_username"
- displayName: "Full Name"
attributeName: "name"

clientType: "OIDC"
roleAttribute: "roles2"
attributes:
- displayName: "User ID"
attributeName: "preferred_username"
- displayName: "Full Name"
attributeName: "name"

security:
oauth2:
client:
registration:
keycloak:
provider: "keycloak"
client-id: "chorus"
client-name: "chorus"
client-secret: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
scope: "openid,profile,email"
authorization-grant-type: "authorization_code"
provider:
keycloak:
issuer-uri: "https://keycloak-health-test.ssnc-corp.cloud/auth/realms/testrealms"