P
P
pizhqlho2018-03-26 08:13:01
Single sign-on technology
pizhqlho, 2018-03-26 08:13:01

How to implement SSO (single sign-on) on Laravel?

How to implement this in Laravel? I looked at the packages on Github, one seems to be normal, but only on each project you need to make a separate login page, but I want it to be transferred to a single page. I look at the second package - for some reason it is necessary for all projects to be connected to one database. Do you know any decent packages for SSO on Laravel?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
KazeZlat, 2018-03-26
@KazeZlat

You can implement your own OAuth server, which different applications will access.

D
Dmitry Kuznetsov, 2018-03-26
@dima9595

I look at the second package - for some reason it is necessary for all projects to be connected to one database

And how did you want to create a unified authorization system then?
There is only one table needed - users. And the rest can be stored on different database servers.

A
Andrey Nikolaev, 2018-03-26
@gromdron

There is such a thing called ADFS - the corresponding role is raised on Windows Server and OpenID / OAuth authorization is opened.
Well, then, according to the principles of social networks :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question