integrate sso in laravel
Aneesh . 3 minutes
December 21, 2018

How to integrate SSO(Single Sign-on) in Laravel ?

For every authorized application, a set of login credentials (username and password) are needed. It’s hard to keep different credentials for different applications. For faster access to multiple applications, users can use a single set of credentials. How is it possible?

It can be achieved using Single sign-on (SSO). Single sign-on is a part of user authentication. Using SSO a user can easily be logged into multiple applications with a single set of credentials.

Let’s focus on how we can implement SSO in Laravel. It’s quite easy to implement SSO in Laravel.

Moving to SSO integration

Let’s flow to the river of steps included

Install the package via composer

For Laravel 5.5 or more no need to register service providers. For <5.5 version add providers in config/app.php

Run the following to add saml configuration file

This will add a saml_settings.php file config folder. In the configuration file, we need to set some variables.

For configuration settings need a one-login account. Sign up as a developer in Onelogin

In the OneLogin dashboard follow the steps

  • Select Apps->Add Apps
  • Search for SAML Test Connector
  • Select SAML Test Connector (IdP)
  • Edit name and save

In the same configuration file, IdP section variables values can be changed as follows: In the SSO tab,

  • URL => entityId
  • SAML 2.0 Endpoint (HTTP) => singleSignOnService
  • SLO Endpoint (HTTP) => singleLogoutService
  • X.509 certificate->view details => x509cert
  • Save the configuration file.

In the Configuration tab set,

  • Audience => https://hostname/saml2/metadata
  • Recipient => https://hostname/saml2/acs
  • ACS (Consumer) URL Validator =>  .*
  • Single Logout URL => https://hostname/saml2/sls
  • Save the configuration file
  • Add Users to the App from the Users tab.
  • Then move to the Laravel project side.

After installing this package create saml login event and saml logout event in the application. Then add listeners to the saml events in Event Service Providers (app/providers/EventServiceProvider.php).

In EventServiceProvider.php the protected variable listen may change to:

Saml2LoginListener and Saml2LogoutListener are the listener’s files to be created. These two listeners are stored in the appListeners folder.}

LOGIN LISTENER

handle() function of Saml2LoginListener  will look like the following

Include these lines after namespace

LOGOUT LISTENER

handle() function of Saml2LogoutListener will be like the following

Include these lines after the namespace

In the login view page add the route(‘saml_login’) in the login button to proceed with SSO.

Have Doubts? Contact Us!

If you’re looking to implement Single Sign-on (SSO) as part of Laravel development services, you may be facing some challenges along the way. Fortunately, there are experienced Laravel developers at 2Hats Logic Solutions who can help you. Hire Laravel developer to navigate these obstacles and get your SSO system up and running smoothly.

At 2Hats Logic Solutions, we have a team of experts who can help you integrate SSO into your Laravel application. We understand the ins and outs of the SSO process and can help you choose the right SSO solution for your business needs. Whether you’re looking to implement SSO for internal users or external clients, we can provide you with the expertise you need to get the job done.

blog
Greetings! I'm Aneesh Sreedharan, CEO of 2Hats Logic Solutions. At 2Hats Logic Solutions, we are dedicated to providing technical expertise and resolving your concerns in the world of technology. Our blog page serves as a resource where we share insights and experiences, offering valuable perspectives on your queries.
Aneesh ceo
Aneesh Sreedharan
Founder & CEO, 2Hats Logic Solutions
Subscribe to our Newsletter
Aneesh ceo

    Stay In The Loop!

    Subscribe to our newsletter and learn about the latest digital trends.