Use docker?
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/
-
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.
-
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 -
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.
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 KeyMy blogpost: https://blog.jerryhopper.com/2020/05/23/fusionauth-wordpress/