Microsoft Authentication Library support for Ansys Plugin
Need help regarding Microsoft Authentication Library support for Ansys Plugin.
Answers
-
I am also interested in this topic.
The Microsoft Authentication needs TLS 1.2.
unfortunately the IronPython interpreter starts with .NET 4.0, and the initial support for TLS 1.2 starts at .NET 4.6.
Hence it is not possible to create Authentication Requests using ACT.
I have already tried implementing a wrapper in C# and then calling it from IronPython, but that also does not help.
0 -
Hi @kanchan_cadfem Can you share the details on calling C# wrapper from Iron Python. I would like to try that approach.
Thanks in advance.
0 -
@karthik , I guess Ayush already answered your questions here
Let me know if this helps you for the authentication.
0 -
@karthik, were you successful in calling Microsoft Authentication from ACT(IronPython)?
0