Skip to content

Windows Authentication Issue with SessionManager.Instance.Connect #1

@lkjlkjasdfj

Description

@lkjlkjasdfj

Hansoft have been setup in my company to use windows credentials. Therefore, since ObjectWrapper seems to support regular authentication only, no matter how hard I try I cannot get my program to connect to Hansoft.

I'm using this functions "combo" in my program

SessionManager.Initialize(sdkUser, sdkUserPwd, server, portNumber, databaseName);
SessionManager.Instance.Connect();

Where sdkUser, sdkUserPwd, server, portNumber, databaseName are obviously the variables containing the correct information. Since we have Windows logon sdkUser is formatted as so : "domain.com\username"

Do you have a quick fix for this and/or do you plan to release a new version of ObjectWrapper to allow Windows authentication ?

PS : Sorry for my weird username I had to Sign-up quickly - So, no I'm not a bot, and yes I'm a human.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions