-
Bug
-
Resolution: Done
-
Major
-
None
-
1.0.0.Final
-
None
-
None
-
2020 Week 37-39 (from Sep 7)
The oidc quarkus extension is not enabled in the trusty service:
#oidc
quarkus.oidc.enabled=false
quarkus.oidc.auth-server-url=none
As the rest of kogito apps, it's expected to be enabled with the tenant disabled, so we can turn it on/off at runtime:
quarkus.oidc.enabled=true quarkus.oidc.tenant-enabled=false
- blocks
-
KOGITO-3281 Cucumber Tests: Add test for trusty-service with Keycloak
- Resolved
- relates to
-
KOGITO-604 Provide keycloak security integration at different kogito services
- Coding In Progress