Add Steam authentication - #69
Draft
CdecPGL wants to merge 15 commits into
Draft
Conversation
Store verified provider user IDs independently from room P2P peer IDs, enforce connection-mode-specific room policies, and update the C#, Unity, protocol, documentation, and test surfaces. Import Windows system root certificates for external authentication HTTPS requests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #52
OIDC follow-up: #70
Summary
Impact
The authentication wire format is intentionally replaced without backwards compatibility. The PMMS API version remains 0 because the project is not yet formally released.
This PR implements only none and Steam authentication. OIDC is intentionally deferred to #70. Steam credentials are accepted only under the configured TLS policy, and authentication must complete before normal matching operations can run. Steam room external IDs are derived from the verified SteamID64.
The Visual Studio solution builds the reusable server implementation as a static library. The executable owns only main and logging initialization, and the test project links the library through a project reference instead of individual object files.
Security and operations
Validation