infinispan-simple-tutorials
infinispan-simple-tutorials copied to clipboard
After authenticating with keycloak its in a loop.
Once I authenticated with keycloak using infinispan-console, its on a loop.
#state is changing the web url .. This is my config realm file. Keycloak version is 25 and latest but same thing is working on v24.
server: security: securityRealms: - name: default tokenRealm: name: infinispan authServerUrl: 'http://keycloak:8080/' client-id: infinispan-console oauth2Introspection: clientId: infinispan-server clientSecret: 'my token' introspectionUrl: 'http://keycloak:8080/realms/infinispan/protocol/openid-connect/token/introspect'
@siva201010sivakumar how are you running the tutorial?
this should be fixed now