Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this application use for cross domain single sign on? #121

Closed
sayakan opened this issue Jul 10, 2020 · 2 comments
Closed

Can this application use for cross domain single sign on? #121

sayakan opened this issue Jul 10, 2020 · 2 comments

Comments

@sayakan
Copy link

sayakan commented Jul 10, 2020

Hi,

Thank you for developing this application!

I am trying to develop cross domain single sign on application.

Thanks,

@sayakan sayakan changed the title Can this an application use for cross domain single sign on? Can this application use for cross domain single sign on? Jul 10, 2020
@sayakan
Copy link
Author

sayakan commented Jul 13, 2020

I tried this app on AWS EC2.

I made 3 instances and installed this app. Then, I used below command on each server.

php -S ServerIpAddress:9000 -t examples/server/
export SSO_SERVER=http://ServerIpAddress:9000 SSO_BROKER_ID=Alice SSO_BROKER_SECRET=8iwzik1bwd; php -S 0.0.0.0:9001 -t examples/broker/
export SSO_SERVER=http://ServerIpAddress:9000 SSO_BROKER_ID=Greg SSO_BROKER_SECRET=7pypoox2pc; php -S 0.0.0.0:9002 -t examples/broker/

It worked!
I am not sure it is same as cross domain environments. because it is in same VPC and same account.
if you have any advice for cross domain single sign on, it would be very helpful!

Thank you,

@jasny
Copy link
Owner

jasny commented Jul 14, 2020

Yes

@jasny jasny closed this as completed Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants