[keycloak-user] how to use keycloak JS Adapter with a signed JWT Token?

Celso Agra celso.agra at gmail.com
Mon Apr 17 10:09:31 EDT 2017


Hi there,

It's me again!
I'd like to know if would be possible to configure my frontend app with
keycloak JS adapter, bu my app is configured with a signed JWT.

Here is the credential configs:
"credentials": {
  "jwt": {
    "client-key-password": "REPLACE WITH THE KEY PASSWORD IN KEYSTORE",
    "client-keystore-file": "REPLACE WITH THE LOCATION OF YOUR KEYSTORE
FILE",
    "client-keystore-password": "REPLACE WITH THE KEYSTORE PASSWORD",
    "client-key-alias": "<my alias>",
    "token-timeout": 10,
    "client-keystore-type": "jks"
  }
}

When I try to add this config in the Keycloak JS:
https://github.com/keycloak/keycloak/blob/master/adapters/oidc/js/src/main/resources/keycloak.js

I haven't see config to do with signed JWT. So, How people do this
configuration?
Best regards,

-- 
---
*Celso Agra*


More information about the keycloak-user mailing list