I’m trying to build an SSO that will be shared between different applications with the same parent domain. Say we have these domains : sso.example.com Unified login page app1.example.com Some other application that will redirect to the login page When I set SESSION_DOMAIN=.example.com in .env file of the SSO project, the cookie is indeed set in parent domain and is
Tag: single-sign-on
Creating a Login-in-as from a seperate server
The Background I have a Laravel system with a standard login system, hashes, username etc.. I also have multiple servers. My own server as the Web developer, and client servers that host client sites. Some clients have multiple sites. Thr problem I have a scenario where I would like to have the Main website (The developer site) where clients can
Single Sign On from WordPress to media wiki
I am trying to create Single sign-on from Wordpress to MediaWiki. I have WPOauthServer running on my WordPress (Wordpress plugin). And on my wiki I have Extension:OAuth2 Client installed. I want that my users only log in to WordPress and from there they can go to the wiki without logging to wiki again. The WPOauthServer is working fine, I am
IP.Board – Single Sign On in php
I’m developing a small hand made web portal for a community and I want it to have a loggin system with IP.Board (easier for the end user). I have the forum and the app on the same hosting. For the …