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

Implement validation of the player identity against the IDP #3

Open
thoraxe opened this issue Jan 14, 2021 · 0 comments
Open

Implement validation of the player identity against the IDP #3

thoraxe opened this issue Jan 14, 2021 · 0 comments

Comments

@thoraxe
Copy link
Member

thoraxe commented Jan 14, 2021

Ultimately the player identity is stored in RHSSO. In order for a player to access the client, they'll need to be authenticated to RHSSO. When the player joins the server, they'll be transmitting their identity in some way, and the server should probably validate who they say they are.

A quick search turned up this library:
https://github.com/Thalhammer/jwt-cpp

This would allow us to have the client send a JWT to the server, and the server could then validate that JWT against RHSSO?

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

1 participant