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

Demonstrate MP JWT #166

Open
Emily-Jiang opened this issue Sep 4, 2017 · 2 comments
Open

Demonstrate MP JWT #166

Emily-Jiang opened this issue Sep 4, 2017 · 2 comments

Comments

@Emily-Jiang
Copy link
Member

No description provided.

@Emily-Jiang
Copy link
Member Author

Emily-Jiang commented Sep 18, 2017

Andy Guibert is working on updating vote service to demonstrate FT on WebSphere Liberty.

@starksm64
Copy link
Contributor

Why don't we agree on some config properties that we need in order to validate the token so that there is an integration between jwt and config as an example. For example, some cdi producer can use injected configuration properties such as the following in order to create the validation context used by the jwt implementation:

    @Inject
    @ConfigProperty(name = "mpjwt.signerPublicKey")
    private String publicKeyPemEnc;
    @Inject
    @ConfigProperty(name = "mpjwt.issuedBy")
    private String issuedBy;
    @Inject
    @ConfigProperty(name = "mpjwt.expGracePeriodSecs")
    private int expGracePeriodSecs = 60;

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

2 participants