Skip to content
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

feature request: Support issuing Access Token JWTs with typ other than at+jwt (e.g. JWT) #6915

Open
ChrisSamo632 opened this issue Dec 30, 2024 · 0 comments

Comments

@ChrisSamo632
Copy link

What problem did you meet?

LogTo Access Token JWTs are always issued with a typ of at+jwt, but not all services are able to consume these tokens, for example Elasticsearch (elastic/elasticsearch#119370) or any Spring-based application using the default JWT Decoder (as noted in the LogTo docs - https://github.com/logto-io/logto/blob/master/packages/console/src/assets/docs/guides/api-spring-boot/README.mdx).

For example, when requesting by an Access Token JWT machine-to-machine Application for an API Resource and permitted scopes - the JWT is returned without issue by LogTo, but then cannot be consumed by the target application.

Describe what you'd like Logto to have

An option to return Access Token JWTs with typ of JWT for use in a wider number of target applications

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant