Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

larapetit's avatar

Does anyone know of a simple single sign on solution

I want to implement SSO internally for our family of apps. The 3rd party services seem very expensive and totally over kill. Is there a proven solution to this, preferably in Laravel? This is entirely for our company and all apps will be behind https. I suppose all I need to do is create a token centrally and have each app check with the central issuing app, but I would like to see a successful run of this from another developer.

0 likes
16 replies
larapetit's avatar

Socialite ONLY works with outside social logins. I do not want that. Clients can sign up for multiple products (our products are all SAAS) and with one login, can gain access to all the apps they have signed up for. I do not want to require Twitter or Facebook for this.

1 like
larapetit's avatar

I have looked at that and was not sure if it would work for my use case. Have you used it for a private, intranet, sort of single sign on solution?

jekinney's avatar

If it is a intranet, your sign on through active directory?

1 like
larapetit's avatar

I sent an email a day or so ago to Luca asking if my use case is appropriate for the Oauth2 server he is wrapping. Have not heard back. Anyone used his wrapper for anything like my use case?

pmall's avatar

What could not work if you set up you own oauth2 server ? I dont understand.

jlrdw's avatar

What's wrong with the build in auth?

mayank_8jun's avatar

@martinbean Can you please tell me the detail documentation yourfightsite/socialite-provider , I am new to laravel, and want to set up a single sign on

Please or to participate in this conversation.