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

Incorrect property parsing form YAML #8

Open
ikonkere opened this issue Sep 10, 2019 · 1 comment
Open

Incorrect property parsing form YAML #8

ikonkere opened this issue Sep 10, 2019 · 1 comment
Assignees

Comments

@ikonkere
Copy link

In this line:

publicKey = config.get("mp.jwt.verify.publickey")

publicKey will not be null if mp.jwt.verify.publickey.location property is specified in YAML config, which in turn will result in a critical exception because of misconfiguration.

Also it says here: https://github.com/eclipse/microprofile-jwt-auth/blob/master/spec/src/main/asciidoc/configuration.asciidoc that this property supports JWKS, which essentially means that both it and kumuluzee.jwt-auth.jwks-uri are equivalent in case of JWKS and both must be used to construct the token validator.

@ikonkere ikonkere changed the title Неверное чтение адреса верификатора Incorrect property parsing form YAML Sep 10, 2019
@osbeorn osbeorn self-assigned this Oct 2, 2019
@gpor0
Copy link
Member

gpor0 commented Nov 18, 2020

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

No branches or pull requests

3 participants