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
13092 times
Tags:
Shibboleth
SAML
DBMS
MySQL
Oracle
Attachments:
JAAS Relational Login
Related posts
Laravel 6 introduced the LazyCollection, a different kind of collection which exploits php generators to save memory usage. While data fetching from database is natively managed by eloquent, Web API-based data fetching is not provided. This article describes how to use a paginated api endpoint to fetch data to a LazyCollection instance.