Skip to content
Discussion options

You must be logged in to vote

I have found the a solution for this problem after several debugging and minimal examples trial-and-error sessions.

The configuration in apache vhost file was correct and worked well. But after login on the authentication server the apache tries to validate the returned JWT, but this fails. Because there was result in the JWK Endpoint to validate the key within the JWT.

I solved the problem with:

  • enable the JWT on FusionAuth (idp)
  • set the issuer for the JWT to my-dpomain.com
  • set the JWT security encryption to an asymetric key in FusionAuth - I needed to generate an key before
    • the reason for this is, that the FusionAuth create only symmetric keys in default and that symmetric keys are no…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ZeroEnna00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant