how to use jwt in helidon-se 4 #7930
-
the project generated by helidon starter doesn't work. server:
port: 8080
host: 0.0.0.0
features:
security:
defaults:
authenticate: true
web-server:
# protected paths on the web server - do not include paths served by Jersey, as those are protected directly
paths:
security:
config.require-encryption: false
properties:
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" |
Beta Was this translation helpful? Give feedback.
Answered by
romain-grecourt
Nov 2, 2023
Replies: 1 comment
-
Created an issue instead (#7932), as this is not a question. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
romain-grecourt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Created an issue instead (#7932), as this is not a question.