FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. hopper.jerry
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 5
    • Controversial 0
    • Groups 1

    hopper.jerry

    @hopper.jerry

    Power User

    6
    Reputation
    5
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hopper.jerry Unfollow Follow
    Power User

    Best posts made by hopper.jerry

    • running FusionAuth on Arm64 - howto

      In this blogpost i describe howto build a docker image with FusionAuth for the Arm64 platform.

      https://blog.jerryhopper.com/2020/06/15/fusionauth-on-arm64/

      posted in Blogs
      H
      hopper.jerry
    • RE: What open source and commercial packages are known to work with FusionAuth?

      The API Platform Framework

      REST and GraphQL framework to build modern API-driven projects. API Platform is a set of tools to build and consume web APIs

      API Platform is based on Symfony

      Since API-Platform is a framework, i created a example API project using FusionAuth, Symfony & Api-Platform :

      Example project:
      https://github.com/jerryhopper/symfony-fusionauth-api-starter

      posted in Q&A
      H
      hopper.jerry
    • RE: What open source and commercial packages are known to work with FusionAuth?

      FusionAuth + WordPress

      WordPress is worlds most used blogging platform with a crowded plugin ecosystem. Finding the right plugin can be a tedious task. In this example we’re using the openid-connect-generic plugin from daggerheart.

      openid-connect-generic plugin from daggerheart - Wordpress Plugin Link

      PRO: The openid-connect-generic plugin from daggerheart requires NO code-writing, everything is adjustable via the admin pages. Allows logging out on the idp server. Free and very simple to use.
      CON: The plugin is outdated, and has a logout quirk which needs a lot of redirecturls registered. despite that, it works with the latest version of WP. The plugin lacks functionality that maps roles to a user, and there is no option to disable the basic-login on the login-screen.

      WordPress Plugin configuration
      Navigate to the admin pages, and select the ‘Settings->OpenID Connect Client’ page where you have to enter your identity provider settings.

      Based on the domain-name of your FusionAuth instance, fill in the configuration values.

      alt text

      Identity & Nickname Key
      Most of the fields are self-explanatory. The fields Identity Key and Nickname Key need some special attention. these fields maps the primary-key or unique identifier from the oauth user claim.

      I recommend setting sub for the Identity Key
      and preferred_username for the Nickname Key

      My blogpost: https://blog.jerryhopper.com/2020/05/23/fusionauth-wordpress/

      posted in Q&A
      H
      hopper.jerry
    • RE: What open source and commercial packages are known to work with FusionAuth?

      Directus

      Open-Source Headless CMS & API

      Directus is an open-source tool for managing content across all your omni-channel digital experiences. (Directus homepage : https://directus.io/ )

      FusionAuth Provider for OAuth 2.0 Client

      This package provides FusionAuth OAuth 2.0 support for the PHP League's OAuth 2.0 Client.

      https://github.com/jerryhopper/directus-oauth2-fusionauth

      posted in Q&A
      H
      hopper.jerry
    • RE: Reverse Proxy "woking" but Fusionauth is still available with port

      Use docker?

      posted in Q&A
      H
      hopper.jerry

    Latest posts made by hopper.jerry

    • RE: Reverse Proxy "woking" but Fusionauth is still available with port

      Use docker?

      posted in Q&A
      H
      hopper.jerry
    • running FusionAuth on Arm64 - howto

      In this blogpost i describe howto build a docker image with FusionAuth for the Arm64 platform.

      https://blog.jerryhopper.com/2020/06/15/fusionauth-on-arm64/

      posted in Blogs
      H
      hopper.jerry
    • RE: What open source and commercial packages are known to work with FusionAuth?

      Directus

      Open-Source Headless CMS & API

      Directus is an open-source tool for managing content across all your omni-channel digital experiences. (Directus homepage : https://directus.io/ )

      FusionAuth Provider for OAuth 2.0 Client

      This package provides FusionAuth OAuth 2.0 support for the PHP League's OAuth 2.0 Client.

      https://github.com/jerryhopper/directus-oauth2-fusionauth

      posted in Q&A
      H
      hopper.jerry
    • RE: What open source and commercial packages are known to work with FusionAuth?

      The API Platform Framework

      REST and GraphQL framework to build modern API-driven projects. API Platform is a set of tools to build and consume web APIs

      API Platform is based on Symfony

      Since API-Platform is a framework, i created a example API project using FusionAuth, Symfony & Api-Platform :

      Example project:
      https://github.com/jerryhopper/symfony-fusionauth-api-starter

      posted in Q&A
      H
      hopper.jerry
    • RE: What open source and commercial packages are known to work with FusionAuth?

      FusionAuth + WordPress

      WordPress is worlds most used blogging platform with a crowded plugin ecosystem. Finding the right plugin can be a tedious task. In this example we’re using the openid-connect-generic plugin from daggerheart.

      openid-connect-generic plugin from daggerheart - Wordpress Plugin Link

      PRO: The openid-connect-generic plugin from daggerheart requires NO code-writing, everything is adjustable via the admin pages. Allows logging out on the idp server. Free and very simple to use.
      CON: The plugin is outdated, and has a logout quirk which needs a lot of redirecturls registered. despite that, it works with the latest version of WP. The plugin lacks functionality that maps roles to a user, and there is no option to disable the basic-login on the login-screen.

      WordPress Plugin configuration
      Navigate to the admin pages, and select the ‘Settings->OpenID Connect Client’ page where you have to enter your identity provider settings.

      Based on the domain-name of your FusionAuth instance, fill in the configuration values.

      alt text

      Identity & Nickname Key
      Most of the fields are self-explanatory. The fields Identity Key and Nickname Key need some special attention. these fields maps the primary-key or unique identifier from the oauth user claim.

      I recommend setting sub for the Identity Key
      and preferred_username for the Nickname Key

      My blogpost: https://blog.jerryhopper.com/2020/05/23/fusionauth-wordpress/

      posted in Q&A
      H
      hopper.jerry