You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
DecodeAccessToken returns error 'token used before issued'
To Reproduce
Steps to reproduce the behavior: (keycloak setup using podman compose)
Call LoginAdmin using admin credentials
Call DecodeAccessToken from access token string obtained in the above step
Got error
Expected behavior
Token is issued and returned by keycloak. Decode Access Token parses it to the custom data types. Not sure why this error is produced.
Describe the bug
DecodeAccessToken returns error 'token used before issued'
To Reproduce
Steps to reproduce the behavior: (keycloak setup using podman compose)
Expected behavior
Token is issued and returned by keycloak. Decode Access Token parses it to the custom data types. Not sure why this error is produced.
Keycloak setup in podman compose
keycloak:
image: quay.io/keycloak/keycloak:22.0.0
ports:
- "5400:8080"
environment:
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
networks:
- gamma_network
volumes:
- ./data:/opt/jboss/keycloak/standalone/data
command: start-dev
The text was updated successfully, but these errors were encountered: