Skip to content

[WIP] Flow client and target names and realms separately #397

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

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

SteveSyfuhs
Copy link
Collaborator

The CName and CRealm values are special values that are used to distinguish what was requested by the client and not what the target realm expects the user to be. This leads to weird problems because the SPEC says these need to remain the same and that conflicts with other implementations like MIT.

What's the problem?

Fixes #396

  • Bugfix
  • New Feature

What's the solution?

Track the names independently from the target.

  • Includes unit tests
  • Requires manual test

The CName and CRealm values are special values that are used to distinguish what was requested by the client and not what the target realm expects the user to be. This leads to weird problems because the SPEC says these need to remain the same and that conflicts with other implementations like MIT.
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

Successfully merging this pull request may close these issues.

Cross-realm CName info is filled with target realm
2 participants