Skip to content

KeithNdhlovu/laravel-sso-tenancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identity Provider + Tenancy

Identity Providers with Tenancy is a concept that combines identity management and tenancy management. An identity provider is a service that manages user identities and authentication, while tenancy refers to the division of resources and access rights within a system. When these two concepts are combined, it allows for efficient management of user identities and their corresponding access privileges within different tenants or organisational units. This integration ensures secure and controlled access to resources based on user roles and permissions, enhancing overall system security and usability.

Identity (SSO)

This project will be built using using Laravel, and for simplicity we will off the bat use the Laravel Breeze starter kit so we can have Authentication and Authorisation out of the way.

Breeze’s blade templates use Tailwind CSS for UI styling, but to extend this, we will also add DaisyUI which is a more structured way to use Tailwind for your UI elements.

Most Identity providers use OAuth so we will use Laravel passport to leverage these capabilities.

About

A Laravel Multi-Tennancy + Identity Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published