We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
@siva201010sivakumar how are you running the tutorial?
Sorry, something went wrong.
karesti
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: