Depends a lot on what JWT you want to issue. For samples of generating
access token, see [1], for action token, see [2], custom, see [3].
[1]
https://github.com/keycloak/keycloak/blob/master/services/src/main/java/o...
[2]
https://github.com/keycloak/keycloak/blob/master/services/src/main/java/o...
[3]
https://github.com/keycloak/keycloak/blob/master/core/src/main/java/org/k...
On Tue, Feb 20, 2018 at 2:46 AM, Anton <kurrent93(a)gmail.com> wrote:
Hello
We are trying to integrate Keycloak into both a mobile app and also a web
app.
We need to be able to generate jwt tokens, specifically for development and
research.
Is there an api we can call that will return a jwt token? We cannot find
anything in the docs about how to do this - which seems odd, I assumed this
would be a very commonly used feature.
Any help is appreciated.
Regards
Anton
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user
--
--Hynek