-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
feat(jans-auth-server): added reference_id to JWT tokens - both encoded into jwt and as separate attribute in persistence #8512 #8516
Conversation
#8512 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Quality Gate passed for 'Jans-Keycloak-Link'Issues Measures |
Quality Gate passed for 'Fido2 API'Issues Measures |
Quality Gate passed for 'SCIM API'Issues Measures |
#8512 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
…-auth-server-8512
Quality Gate passed for 'jans-linux-setup'Issues Measures |
Quality Gate failed for 'jans-core'Failed conditions |
Quality Gate passed for 'jans-config-api-parent'Issues Measures |
…wt and as separate attribute in persistence #8512 (#8516) * feat(jans-auth-server): added short uuid with length = 22 #8512 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> * feat(jans-auth-server): added reference_id to token schema #8512 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> * feat(jans-auth-server): propagate reference_id to token and grant objects #8512 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> * feat(jans-auth-server): generate and keep jti in execution context #8512 Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> --------- Signed-off-by: YuriyZ <yzabrovarniy@gmail.com> Former-commit-id: 5a956d3
Description
add reference_id to JWT tokens - both encoded into jwt and as separate attribute on persistence
Target issue
closes #8512
Test and Document the changes