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
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
The text was updated successfully, but these errors were encountered:
What problem did you meet?
LogTo Access Token JWTs are always issued with a
typ
ofat+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
ofJWT
for use in a wider number of target applicationsThe text was updated successfully, but these errors were encountered: