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
Originally posted by sixwaaaay November 2, 2023
the project generated by helidon starter doesn't work.
there are only 'signing-jwk.json', 'verifying-jwk.json' and a code snippet in 'application.yaml'.
there is no jwt example in readme.md of generated project.
server:
port: 8080host: 0.0.0.0features:
security:
defaults:
authenticate: trueweb-server:
# protected paths on the web server - do not include paths served by Jersey, as those are protected directlypaths:
security:
config.require-encryption: falseproperties:
providers:
- jwt:
atn-token:
jwk.resource.resource-path: "verifying-jwk.json"jwt-audience: "http://my.service"sign-token:
jwk.resource.resource-path: "signing-jwk.json"jwt-issuer: "http://my.server/identity"outbound:
- name: "propagate-token"hosts: ["*.internal.org"]
- name: "generate-token"hosts: ["1.partner-service"]jwk-kid: "partner-1"jwt-kid: "helidon"jwt-audience: "http://1.partner-service"
The text was updated successfully, but these errors were encountered:
Discussed in #7930
Originally posted by sixwaaaay November 2, 2023
the project generated by helidon starter doesn't work.
there are only 'signing-jwk.json', 'verifying-jwk.json' and a code snippet in 'application.yaml'.
there is no jwt example in readme.md of generated project.
The text was updated successfully, but these errors were encountered: