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

[Kerberos] Add realm name & UPN to user metadata #33338

Merged
merged 5 commits into from
Sep 14, 2018

Commits on Sep 3, 2018

  1. [Kerberos] Add realm name & UPN to user metadata

    We have a Kerberos setting to remove realm part from the user
    principal name (`remove_realm_name`). If this is true then
    the realm name is removed to form username but in the process,
    the realm name is lost. For scenarios like Kerberos cross-realm
    authentication, one could make use of the realm name to determine
    role mapping for users coming from different realms.
    This commit adds user metadata for `realm` and `user_principal_name`.
    Yogesh Gaikwad committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    7aa23a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Address review comment

    Yogesh Gaikwad committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    264861a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    9f21923 View commit details
    Browse the repository at this point in the history
  2. Change prefix in the kerberos docs.

    Yogesh Gaikwad committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    4cee91c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Merge branch 'master' into add-kerb-realm-metadata

    Yogesh Gaikwad committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    b26bf82 View commit details
    Browse the repository at this point in the history