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

How to use SSO token creation with mutliple login-server #506

Open
javix opened this issue Mar 1, 2017 · 1 comment
Open

How to use SSO token creation with mutliple login-server #506

javix opened this issue Mar 1, 2017 · 1 comment

Comments

@javix
Copy link

javix commented Mar 1, 2017

I have follow problem.

I have multiple Login-Server on multiple windows machines (load balancing)
Here is the login process:
STEP 1: The client generates the clientToken and send it to the Login-Server.
STEP2: Login-Server generates the serverToken and send it back to the client.
STEP 3: The client generates the new client token and send it to the Login-Server again.
During STEP 3 it is possible, that the Login-Request will be handled by other Login-Server that does not have the client token from STEP 1. The Login-Request will be rejected in dependence of which Login-Server process the Login-Request .

I tried to persist the first client token in DB and read it by STEP 3. But it does not work correct. In this case the user is always 'ANONYMOUS'.
Can your help me?

@hazendaz
Copy link
Member

@armagedon Can you go ask this same question on the user group? You can find it here

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