Reputation: 1
I have a use case where I need to set the JWT encryption in my Client application.I have referenced this doc but not sure where I should link it to even in configurations I am finding it difficult. Referred Project:https://github.com/pac4j/jee-pac4j-demo/tree/5.0.x
UseCase:I have a P12 certificate(I can Convert into other format as supprted by pac4j ) and i Want to Use them in OIDC configuration for my ISVA client.the P12 certificate has a password.I want to use it as a key for client assertioncan you please help me out on this.
I want to set configuration for JWT assertion for PAc4j using a key mentioned
Upvotes: 0
Views: 162
Reputation: 2699
What do you mean by "client assertion"? Can you elaborate where you want to set the certificate in the OidcConfiguration
?
Upvotes: 0