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
I.e. Keycloak Token introspect contains following info:
{ "exp": 1601824811, "iat": 1601824511, "jti": "d5a4831d-7236-4686-a17b-784cd8b5805d", "iss": "http://localhost:8083/auth/realms/baeldung", "sub": "a5461470-33eb-4b2d-82d4-b0484e96ad7f", "typ": "Bearer", "azp": "jwtClient", "session_state": "96030af2-1e48-4243-ba0b-dd4980c6e8fd", "preferred_username": "[email protected]", "email_verified": false, "acr": "1", "scope": "profile email read", "DOB": "1984-07-01", "organization": "baeldung", "client_id": "jwtClient", "username": "[email protected]", "active": true }
our contains only active
active
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I.e. Keycloak Token introspect contains following info:
our contains only
active
The text was updated successfully, but these errors were encountered: