FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. zero-enna
    Z
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    zero-enna

    @zero-enna

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    zero-enna Unfollow Follow

    Best posts made by zero-enna

    • RE: FusionAuth as oidc provider for apache2

      I found the solution by my self.

      After several debugging, trial-and-error session and minimal setup's I could solve the issue.
      I found the final hint here:
      https://fusionauth.io/docs/v1/tech/oauth/endpoints/#json-web-key-set-jwks

      FusionAuth did not create asymetric key's in default, so I have to create a new asymmetric key that can be validated at the JWK endpoint by apache2.

      Zero

      posted in Q&A
      Z
      zero-enna

    Latest posts made by zero-enna

    • RE: FusionAuth as oidc provider for apache2

      I found the solution by my self.

      After several debugging, trial-and-error session and minimal setup's I could solve the issue.
      I found the final hint here:
      https://fusionauth.io/docs/v1/tech/oauth/endpoints/#json-web-key-set-jwks

      FusionAuth did not create asymetric key's in default, so I have to create a new asymmetric key that can be validated at the JWK endpoint by apache2.

      Zero

      posted in Q&A
      Z
      zero-enna
    • FusionAuth as oidc provider for apache2

      Hi all,

      I have tried to use FusionAuth as an OIDC provider for apache2 but it didnt wokred well at the moment.

      I have set update the default installation for FusionAuth like describte here https://fusionauth.io/docs/v1/tech/installation-guide/fusionauth-app/ with an mysql database. My first trial with gitea run very good. I could set up it in a few minutes and it works well.

      Now I would like to secure an third-party software without an login and would like to use the apache as an reverse proxy with the mod_auth_openidc module. The Application runs wihin its own sub-domain.

      I have tried a lot of configurations for apache2 and fusionAuth but it didnt work well. Did you have any working example configuration for apache with FusionAuth?

      Zero

      posted in Q&A
      Z
      zero-enna