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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.