Shibboleth: Using Relational DBMS as authentication backend
Learn how to use a relational DBMS as authentication provider for Shibboleth IDP instead of default LDAP
Category:
Development
09/01/2018
13751 times
Tags:
Shibboleth
SAML
DBMS
MySQL
Oracle
Attachments:
JAAS Relational Login

Related posts

In the previous article TDD IMPLEMENTATION OF FINITE STATE MACHINE (FSM) WITH LARAVEL I discussed a basic approach for implement a Finite State Machine (FSM) on a Laravel model. In this article I will further discuss the topic by applying a more engineered approach. It involves the usage of the State pattern