Skip to content

Improve the Kerberos testing infrastructure #71453

@filipnavara

Description

@filipnavara

Related to #71427.

I've tried locally that on macOS and Linux it's possible to redirect the Kerberos configuration through the KRB5_CONFIG variable that points to a file like this:

[realms]
    corp2.identityintervention.com = {
        kdc = tcp/127.0.0.1:8888
    }

It is possible to mock the KDC through Kerberos.NET (sample) and then use the system GSSAPI to authenticate against the made-up corp2.identityintervention.com domain name.

I verified locally that this setup can work although there's certainly some work necessary to get all the pieces in place.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions