detroit
5 years agoCreator I
Auth in Aras 12
Hello guys
We have an mvc C# app and we use IOM to connect to aras.
Has anyone tried the "old" way connecting via var conn = IomFactory.CreateWinAuthHttpServerConnection(url, db); and got it succ...
Another update
i checked the username under which the token is generated and its the user which the application pool is running under and not the user opening the webpage. Meaning the asp.net Impersonation is not working.
Has anyone got impersonation working?
Which Innovator version do you use? I have seen some changes regarding impersonation in the codetree in the latest Innovator versions when moving a test environment from 12SP7 to 12SP10. But the C# application didn´t mind.
But I use the standard connection from development guide --> IomFactory.CreateHttpServerConnection(url, db, user, pw);