infinispan-simple-tutorials icon indicating copy to clipboard operation
infinispan-simple-tutorials copied to clipboard

After authenticating with keycloak its in a loop.

Open siva201010sivakumar opened this issue 1 year ago • 1 comments

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 avatar Oct 11 '24 06:10 siva201010sivakumar

@siva201010sivakumar how are you running the tutorial?

karesti avatar Oct 11 '24 13:10 karesti

this should be fixed now

karesti avatar Oct 03 '25 07:10 karesti